#78028A

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

Shades of Purple #78028A

Tints of Purple #78028A

Color information

#78028A (or 0x78028A) is unknown color: approx Purple. HEX triplet: 78, 02 and 8A. RGB value is (120,2,138). Sum of RGB (Red+Green+Blue) = 120+2+138=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #78028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78028A is #87FD75. Grayscale: #343434. Windows color (decimal): -8912246 or 9044600. OLE color: 9044600.

HSL color Cylindrical-coordinate representation of color #78028A: hue angle of 292.06º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78028A is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1202138-
CMYK0.130.9900.46
HSL292.06º97.14%27.45%-
HSV(B)292.06º98.55%54.12%-
XYZ12.355.8724.53-
YUV52.79176.09175.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=46.15%
G=0.77%
B=53.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12021380.130.9900.46292.0697.1427.45
Hex7828AD6302E124611b
Octal17022121514305644414133
Binary11110001010001010110111000110101110100100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78028A; }

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

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

<style>
 a { background-color: #78028A; }

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

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

<style>
 span { border-color: #78028A; }

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

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