#78026B

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

Shades of Purple #78026B

Tints of Purple #78026B

Color information

#78026B (or 0x78026B) is unknown color: approx Purple. HEX triplet: 78, 02 and 6B. RGB value is (120,2,107). Sum of RGB (Red+Green+Blue) = 120+2+107=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78026B is #87FD94. Grayscale: #303030. Windows color (decimal): -8912277 or 7012984. OLE color: 7012984.

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

Color convert

RGB1202107-
CMYK00.980.110.53
HSL306.61º96.72%23.92%-
HSV(B)306.61º98.33%47.06%-
XYZ10.425.114.34-
YUV49.25160.59178.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=52.40%
G=0.87%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120210700.980.110.53306.6196.7223.92
Hex7826B062B351336118
Octal17021530142136546314130
Binary1111000101101011011000101011110101100110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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