#781596

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

Shades of Vivid Violet #781596

Tints of Vivid Violet #781596

Color information

#781596 (or 0x781596) is unknown color: approx Vivid Violet. HEX triplet: 78, 15 and 96. RGB value is (120,21,150). Sum of RGB (Red+Green+Blue) = 120+21+150=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #781596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781596 is #87EA69. Grayscale: #404040. Windows color (decimal): -8907370 or 9835896. OLE color: 9835896.

HSL color Cylindrical-coordinate representation of color #781596: hue angle of 286.05º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781596 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12021150-
CMYK0.200.8600.41
HSL286.05º75.44%33.53%-
HSV(B)286.05º86%58.82%-
XYZ13.526.7329.44-
YUV65.31175.8167.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 150 (58.98% from 255) = 51.55%
R=41.24%
G=7.22%
B=51.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120211500.200.8600.41286.0575.4433.53
Hex781596145602911e4b22
Octal170252262412605143611342
Binary1111000101011001011010100101011001010011000111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781596; }

 p { color: rgb(120,21,150); }

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

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

 a { background-color: rgb(120,21,150); }

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

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

 span { border-color: rgb(120,21,150); }

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