Html Css Color HEX #870278 Purple

📋 copy color: '#870278'

red 135 ◦ green 2 ◦ blue 120

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

Shades of Purple #870278

Tints of Purple #870278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 52.53%
G = 0.78%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#870278 (or 0x870278) is known color: Purple. HEX triplet: 87, 02 and 78. RGB value is (135,2,120). Sum of RGB (Red+Green+Blue) = 135+2+120=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #870278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870278 is #78FD87. Grayscale: #363636. Windows color (decimal): -7929224 or 7864967. OLE color: 7864967.

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

Color convert

RGB 135 2 120 -
CMYK 0 0.99 0.11 0.47
HSL 306.77º 0.97% 0.27% -
HSV(B) 306.77º 0.99% 0.53% -
XYZ 13.4 6.55 18.33 -
YUV 55.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 135 2 120 0 0.99 0.11 0.47 306.77 0.97 0.27
Hex 87 2 78 0 63 B 2F 133 61 1B
Octal 207 2 170 0 143 13 57 463 141 33
Binary 10000111 10 1111000 0 1100011 1011 101111 100110011 1100001 11011

Color Harmonies of #870278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870278

Black with #870278

Text Example


Text Example

White with #870278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870278; }

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

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

background-color css

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

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

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

border-color css

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

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

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