Html Css Color HEX #870175 Purple

📋 copy color: '#870175'

red 135 ◦ green 1 ◦ blue 117

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

Shades of Purple #870175

Tints of Purple #870175

RGB

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

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

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

R = 53.36%
G = 0.4%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#870175 (or 0x870175) is known color: Purple. HEX triplet: 87, 01 and 75. RGB value is (135,1,117). Sum of RGB (Red+Green+Blue) = 135+1+117=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #870175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870175 is #78FE8A. Grayscale: #353535. Windows color (decimal): -7929483 or 7668103. OLE color: 7668103.

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

Color convert

RGB 135 1 117 -
CMYK 0 0.99 0.13 0.47
HSL 308.06º 0.99% 0.27% -
HSV(B) 308.06º 0.99% 0.53% -
XYZ 13.21 6.46 17.38 -
YUV 54.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 135 1 117 0 0.99 0.13 0.47 308.06 0.99 0.27
Hex 87 1 75 0 63 D 2F 134 63 1B
Octal 207 1 165 0 143 15 57 464 143 33
Binary 10000111 1 1110101 0 1100011 1101 101111 100110100 1100011 11011

Color Harmonies of #870175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870175

Black with #870175

Text Example


Text Example

White with #870175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870175; }

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

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

background-color css

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

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

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

border-color css

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

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

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