Html Css Color HEX #870575 Purple

📋 copy color: '#870575'

red 135 ◦ green 5 ◦ blue 117

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

Shades of Purple #870575

Tints of Purple #870575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 52.53%
G = 1.95%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#870575 (or 0x870575) is known color: Purple. HEX triplet: 87, 05 and 75. RGB value is (135,5,117). Sum of RGB (Red+Green+Blue) = 135+5+117=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #870575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870575 is #78FA8A. Grayscale: #383838. Windows color (decimal): -7928459 or 7669127. OLE color: 7669127.

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

Color convert

RGB 135 5 117 -
CMYK 0 0.96 0.13 0.47
HSL 308.31º 0.93% 0.27% -
HSV(B) 308.31º 0.96% 0.53% -
XYZ 13.26 6.54 17.39 -
YUV 56.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 135 5 117 0 0.96 0.13 0.47 308.31 0.93 0.27
Hex 87 5 75 0 60 D 2F 134 5D 1B
Octal 207 5 165 0 140 15 57 464 135 33
Binary 10000111 101 1110101 0 1100000 1101 101111 100110100 1011101 11011

Color Harmonies of #870575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870575

Black with #870575

Text Example


Text Example

White with #870575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870575; }

 p { color: rgb(135,5,117); }

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

background-color css

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

 a { background-color: rgb(135,5,117); }

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

border-color css

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

 span { border-color: rgb(135,5,117); }

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