Html Css Color HEX #870178 Purple

📋 copy color: '#870178'

red 135 ◦ green 1 ◦ blue 120

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

Shades of Purple #870178

Tints of Purple #870178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 52.73%
G = 0.39%
B = 46.88%

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

#870178 (or 0x870178) is known color: Purple. HEX triplet: 87, 01 and 78. RGB value is (135,1,120). Sum of RGB (Red+Green+Blue) = 135+1+120=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870178 is #78FE87. Grayscale: #363636. Windows color (decimal): -7929480 or 7864711. OLE color: 7864711.

HSL color Cylindrical-coordinate representation of color #870178: hue angle of 306.72º degrees, saturation: 0.99, 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 #870178 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 1 120 -
CMYK 0 0.99 0.11 0.47
HSL 306.72º 0.99% 0.27% -
HSV(B) 306.72º 0.99% 0.53% -
XYZ 13.39 6.53 18.32 -
YUV 54.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 135 1 120 0 0.99 0.11 0.47 306.72 0.99 0.27
Hex 87 1 78 0 63 B 2F 133 63 1B
Octal 207 1 170 0 143 13 57 463 143 33
Binary 10000111 1 1111000 0 1100011 1011 101111 100110011 1100011 11011

Color Harmonies of #870178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870178

Black with #870178

Text Example


Text Example

White with #870178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870178; }

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

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

background-color css

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

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

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

border-color css

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

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

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