#78379C

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

Shades of Vivid Violet #78379C

Tints of Vivid Violet #78379C

Color information

#78379C (or 0x78379C) is unknown color: approx Vivid Violet. HEX triplet: 78, 37 and 9C. RGB value is (120,55,156). Sum of RGB (Red+Green+Blue) = 120+55+156=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #78379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78379C is #87C863. Grayscale: #555555. Windows color (decimal): -8898660 or 10237816. OLE color: 10237816.

HSL color Cylindrical-coordinate representation of color #78379C: hue angle of 278.61º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78379C is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12055156-
CMYK0.230.6500.39
HSL278.61º47.87%41.37%-
HSV(B)278.61º64.74%61.18%-
XYZ15.119.1332.42-
YUV85.95167.53152.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=36.25%
G=16.62%
B=47.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120551560.230.6500.39278.6147.8741.37
Hex78379C17410271173029
Octal17067234271010474276051
Binary1111000110111100111001011110000010100111100010111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78379C; }

 p { color: rgb(120,55,156); }

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

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

 a { background-color: rgb(120,55,156); }

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

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

 span { border-color: rgb(120,55,156); }

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