#78026E

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

Shades of Purple #78026E

Tints of Purple #78026E

Color information

#78026E (or 0x78026E) is unknown color: approx Purple. HEX triplet: 78, 02 and 6E. RGB value is (120,2,110). Sum of RGB (Red+Green+Blue) = 120+2+110=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78026E is #87FD91. Grayscale: #313131. Windows color (decimal): -8912274 or 7209592. OLE color: 7209592.

HSL color Cylindrical-coordinate representation of color #78026E: hue angle of 305.08º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78026E is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB1202110-
CMYK00.980.080.53
HSL305.08º96.72%23.92%-
HSV(B)305.08º98.33%47.06%-
XYZ10.585.1615.19-
YUV49.59162.09178.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=51.72%
G=0.86%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120211000.980.080.53305.0896.7223.92
Hex7826E0628351316118
Octal17021560142106546114130
Binary1111000101101110011000101000110101100110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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