Html Css Color HEX #870078 Purple

📋 copy color: '#870078'

red 135 ◦ green 0 ◦ blue 120

#870078
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #870078

Tints of Purple #870078

RGB

 RED value IS 135 (53.13% from 255) = 52.94%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 120 (47.27% from 255) = 47.06%

R = 52.94%
G = 0%
B = 47.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#870078 (or 0x870078) is known color: Purple. HEX triplet: 87, 00 and 78. RGB value is (135,0,120). Sum of RGB (Red+Green+Blue) = 135+0+120=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #870078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870078 is #78FF87. Grayscale: #353535. Windows color (decimal): -7929736 or 7864455. OLE color: 7864455.

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

Color convert

RGB 135 0 120 -
CMYK 0 1 0.11 0.47
HSL 306.67º 1% 0.26% -
HSV(B) 306.67º 1% 0.53% -
XYZ 13.38 6.51 18.32 -
YUV 54.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 135 0 120 0 1 0.11 0.47 306.67 1 0.26
Hex 87 0 78 0 64 B 2F 133 64 1A
Octal 207 0 170 0 144 13 57 463 144 32
Binary 10000111 0 1111000 0 1100100 1011 101111 100110011 1100100 11010

Color Harmonies of #870078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870078

Black with #870078

Text Example


Text Example

White with #870078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870078; }

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

 H1.HeaderClassName
 {
   color: #870078;
 }
 .AnyTagClassName
 {
   color: #870078;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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