#78026C

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

Shades of Purple #78026C

Tints of Purple #78026C

Color information

#78026C (or 0x78026C) is unknown color: approx Purple. HEX triplet: 78, 02 and 6C. RGB value is (120,2,108). Sum of RGB (Red+Green+Blue) = 120+2+108=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78026C is #87FD93. Grayscale: #313131. Windows color (decimal): -8912276 or 7078520. OLE color: 7078520.

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

Color convert

RGB1202108-
CMYK00.980.100.53
HSL306.1º96.72%23.92%-
HSV(B)306.1º98.33%47.06%-
XYZ10.475.1214.62-
YUV49.37161.09178.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=52.17%
G=0.87%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120210800.980.100.53306.196.7223.92
Hex7826C062A351326118
Octal17021540142126546214130
Binary1111000101101100011000101010110101100110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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