#78249B

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

Shades of Vivid Violet #78249B

Tints of Vivid Violet #78249B

Color information

#78249B (or 0x78249B) is unknown color: approx Vivid Violet. HEX triplet: 78, 24 and 9B. RGB value is (120,36,155). Sum of RGB (Red+Green+Blue) = 120+36+155=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #78249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78249B is #87DB64. Grayscale: #4A4A4A. Windows color (decimal): -8903525 or 10167416. OLE color: 10167416.

HSL color Cylindrical-coordinate representation of color #78249B: hue angle of 282.35º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78249B is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12036155-
CMYK0.230.7700.39
HSL282.35º62.3%37.45%-
HSV(B)282.35º76.77%60.78%-
XYZ14.297.6231.73-
YUV74.68173.33160.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=38.59%
G=11.58%
B=49.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120361550.230.7700.39282.3562.337.45
Hex78249B174D02711a3e25
Octal17044233271150474327645
Binary1111000100100100110111011110011010100111100011010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78249B; }

 p { color: rgb(120,36,155); }

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

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

 a { background-color: rgb(120,36,155); }

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

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

 span { border-color: rgb(120,36,155); }

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