#78246C

Color #78246C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #78246C

Tints of Dark Purple #78246C

Color information

#78246C (or 0x78246C) is unknown color: approx Dark Purple. HEX triplet: 78, 24 and 6C. RGB value is (120,36,108). Sum of RGB (Red+Green+Blue) = 120+36+108=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78246C is #87DB93. Grayscale: #454545. Windows color (decimal): -8903572 or 7087224. OLE color: 7087224.

HSL color Cylindrical-coordinate representation of color #78246C: hue angle of 308.57º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78246C is Cyan = 0, Magento = 0.7, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12036108-
CMYK00.70.100.53
HSL308.57º53.85%30.59%-
HSV(B)308.57º70%47.06%-
XYZ11.086.3414.83-
YUV69.32149.83164.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=45.45%
G=13.64%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203610800.70.100.53308.5753.8530.59
Hex78246C046A35135361f
Octal17044154010612654656637
Binary1111000100100110110001000110101011010110011010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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