#78056E

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

Shades of Purple #78056E

Tints of Purple #78056E

Color information

#78056E (or 0x78056E) is unknown color: approx Purple. HEX triplet: 78, 05 and 6E. RGB value is (120,5,110). Sum of RGB (Red+Green+Blue) = 120+5+110=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78056E is #87FA91. Grayscale: #333333. Windows color (decimal): -8911506 or 7210360. OLE color: 7210360.

HSL color Cylindrical-coordinate representation of color #78056E: hue angle of 305.22º 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 #78056E is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB1205110-
CMYK00.960.080.53
HSL305.22º92%24.51%-
HSV(B)305.22º95.83%47.06%-
XYZ10.615.2315.2-
YUV51.36161.1176.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=51.06%
G=2.13%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120511000.960.080.53305.229224.51
Hex7856E0608351315c19
Octal17051560140106546113431
Binary11110001011101110011000001000110101100110001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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