#78418F

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

Shades of Vivid Violet #78418F

Tints of Vivid Violet #78418F

Color information

#78418F (or 0x78418F) is unknown color: approx Vivid Violet. HEX triplet: 78, 41 and 8F. RGB value is (120,65,143). Sum of RGB (Red+Green+Blue) = 120+65+143=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #78418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78418F is #87BE70. Grayscale: #5A5A5A. Windows color (decimal): -8896113 or 9388408. OLE color: 9388408.

HSL color Cylindrical-coordinate representation of color #78418F: hue angle of 282.31º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78418F is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12065143-
CMYK0.160.5500.44
HSL282.31º37.5%40.78%-
HSV(B)282.31º54.55%56.08%-
XYZ14.599.7627.1-
YUV90.34157.72149.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.59%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 143 (56.25% from 255) = 43.60%
R=36.59%
G=19.82%
B=43.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120651430.160.5500.44282.3137.540.78
Hex78418F103702C11a2529
Octal17010121720670544324551
Binary1111000100000110001111100001101110101100100011010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78418F; }

 p { color: rgb(120,65,143); }

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

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

 a { background-color: rgb(120,65,143); }

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

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

 span { border-color: rgb(120,65,143); }

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