Html Css Color HEX #870075 Purple

📋 copy color: '#870075'

red 135 ◦ green 0 ◦ blue 117

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

Shades of Purple #870075

Tints of Purple #870075

RGB

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

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

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

R = 53.57%
G = 0%
B = 46.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#870075 (or 0x870075) is known color: Purple. HEX triplet: 87, 00 and 75. RGB value is (135,0,117). Sum of RGB (Red+Green+Blue) = 135+0+117=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #870075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870075 is #78FF8A. Grayscale: #353535. Windows color (decimal): -7929739 or 7667847. OLE color: 7667847.

HSL color Cylindrical-coordinate representation of color #870075: hue angle of 308º 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 #870075 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 117 -
CMYK 0 1 0.13 0.47
HSL 308º 1% 0.26% -
HSV(B) 308º 1% 0.53% -
XYZ 13.2 6.44 17.38 -
YUV 53.7 163.73 185.99 -
System Red Green Blue C M Y K H S L
Decimal 135 0 117 0 1 0.13 0.47 308 1 0.26
Hex 87 0 75 0 64 D 2F 134 64 1A
Octal 207 0 165 0 144 15 57 464 144 32
Binary 10000111 0 1110101 0 1100100 1101 101111 100110100 1100100 11010

Color Harmonies of #870075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870075

Black with #870075

Text Example


Text Example

White with #870075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870075; }

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

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

background-color css

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

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

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

border-color css

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

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

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