#78026D

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

Shades of Purple #78026D

Tints of Purple #78026D

Color information

#78026D (or 0x78026D) is unknown color: approx Purple. HEX triplet: 78, 02 and 6D. RGB value is (120,2,109). Sum of RGB (Red+Green+Blue) = 120+2+109=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78026D is #87FD92. Grayscale: #313131. Windows color (decimal): -8912275 or 7144056. OLE color: 7144056.

HSL color Cylindrical-coordinate representation of color #78026D: hue angle of 305.59º 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 #78026D is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB1202109-
CMYK00.980.090.53
HSL305.59º96.72%23.92%-
HSV(B)305.59º98.33%47.06%-
XYZ10.535.1414.91-
YUV49.48161.59178.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 109 (42.97% from 255) = 47.19%
R=51.95%
G=0.87%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120210900.980.090.53305.5996.7223.92
Hex7826D0629351326118
Octal17021550142116546214130
Binary1111000101101101011000101001110101100110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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