#78087A

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

Shades of Purple #78087A

Tints of Purple #78087A

Color information

#78087A (or 0x78087A) is unknown color: approx Purple. HEX triplet: 78, 08 and 7A. RGB value is (120,8,122). Sum of RGB (Red+Green+Blue) = 120+8+122=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #78087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78087A is #87F785. Grayscale: #363636. Windows color (decimal): -8910726 or 7997560. OLE color: 7997560.

HSL color Cylindrical-coordinate representation of color #78087A: hue angle of 298.95º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78087A is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1208122-
CMYK0.020.9300.52
HSL298.95º87.69%25.49%-
HSV(B)298.95º93.44%47.84%-
XYZ11.355.5718.89-
YUV54.48166.11174.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 122 (48.05% from 255) = 48.8%
R=48%
G=3.2%
B=48.8%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12081220.020.9300.52298.9587.6925.49
Hex7887A25D03412b5819
Octal17010172213506445313031
Binary1111000100011110101010111010110100100101011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,8,122); }

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

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

 a { background-color: rgb(120,8,122); }

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

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

 span { border-color: rgb(120,8,122); }

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