#870378

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

Shades of Purple #870378

Tints of Purple #870378

Color information

#870378 (or 0x870378) is unknown color: approx Purple. HEX triplet: 87, 03 and 78. RGB value is (135,3,120). Sum of RGB (Red+Green+Blue) = 135+3+120=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #870378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870378 is #78FC87. Grayscale: #373737. Windows color (decimal): -7928968 or 7865223. OLE color: 7865223.

HSL color Cylindrical-coordinate representation of color #870378: hue angle of 306.82º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870378 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB1353120-
CMYK00.980.110.47
HSL306.82º95.65%27.06%-
HSV(B)306.82º97.78%52.94%-
XYZ13.416.5718.33-
YUV55.81164.23184.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=52.33%
G=1.16%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135312000.980.110.47306.8295.6527.06
Hex87378062B2F133601b
Octal20731700142135746314033
Binary10000111111111000011000101011101111100110011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870378; }

 p { color: rgb(135,3,120); }

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

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

 a { background-color: rgb(135,3,120); }

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

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

 span { border-color: rgb(135,3,120); }

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