#78087B

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

Shades of Purple #78087B

Tints of Purple #78087B

Color information

#78087B (or 0x78087B) is unknown color: approx Purple. HEX triplet: 78, 08 and 7B. RGB value is (120,8,123). Sum of RGB (Red+Green+Blue) = 120+8+123=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #78087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78087B is #87F784. Grayscale: #363636. Windows color (decimal): -8910725 or 8063096. OLE color: 8063096.

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

Color convert

RGB1208123-
CMYK0.020.9300.52
HSL298.43º87.79%25.69%-
HSV(B)298.43º93.5%48.24%-
XYZ11.415.619.22-
YUV54.6166.61174.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=47.81%
G=3.19%
B=49.00%

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
Decimal12081230.020.9300.52298.4387.7925.69
Hex7887B25D03412a581a
Octal17010173213506445213032
Binary1111000100011110111010111010110100100101010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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