#7D169B

Color #7D169B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7D169B

Tints of Vivid Violet #7D169B

Color information

#7D169B (or 0x7D169B) is unknown color: approx Vivid Violet. HEX triplet: 7D, 16 and 9B. RGB value is (125,22,155). Sum of RGB (Red+Green+Blue) = 125+22+155=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D169B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D169B is #82E964. Grayscale: #434343. Windows color (decimal): -8579429 or 10163837. OLE color: 10163837.

HSL color Cylindrical-coordinate representation of color #7D169B: hue angle of 286.47º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D169B is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12522155-
CMYK0.190.8600.39
HSL286.47º75.14%34.71%-
HSV(B)286.47º85.81%60.78%-
XYZ14.667.331.65-
YUV67.96177.12168.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 41.39%
GREEN value IS 22 (8.98% from 255) = 7.28%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=41.39%
G=7.28%
B=51.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125221550.190.8600.39286.4775.1434.71
Hex7D169B135602711e4b23
Octal175262332312604743611343
Binary1111101101101001101110011101011001001111000111101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D169B; }

 p { color: rgb(125,22,155); }

 H1.HeaderClassName
 {
   color: #7D169B;
 }
 .AnyTagClassName
 {
   color: #7D169B;
 }
</style>
background-color css

<style>
 a { background-color: #7D169B; }

 a { background-color: rgb(125,22,155); }

 div.DivClassName
 {
   background-color: #7D169B;
 }
 .BgClassName
 {
   background-color: #7D169B;
 }
</style>
border-color css

<style>
 span { border-color: #7D169B; }

 span { border-color: rgb(125,22,155); }

 td.TdClassName
 {
   border-color: #7D169B;
 }
 .TagClassName
 {
   border-color: #7D169B;
 }
</style>