#78056C

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

Shades of Purple #78056C

Tints of Purple #78056C

Color information

#78056C (or 0x78056C) is unknown color: approx Purple. HEX triplet: 78, 05 and 6C. RGB value is (120,5,108). Sum of RGB (Red+Green+Blue) = 120+5+108=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78056C is #87FA93. Grayscale: #323232. Windows color (decimal): -8911508 or 7079288. OLE color: 7079288.

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

Color convert

RGB1205108-
CMYK00.960.100.53
HSL306.26º92%24.51%-
HSV(B)306.26º95.83%47.06%-
XYZ10.515.1814.63-
YUV51.13160.1177.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=51.50%
G=2.15%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120510800.960.100.53306.269224.51
Hex7856C060A351325c19
Octal17051540140126546213431
Binary11110001011101100011000001010110101100110010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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