Html Css Color HEX #870475 Purple

📋 copy color: '#870475'

red 135 ◦ green 4 ◦ blue 117

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

Shades of Purple #870475

Tints of Purple #870475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 52.73%
G = 1.56%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#870475 (or 0x870475) is known color: Purple. HEX triplet: 87, 04 and 75. RGB value is (135,4,117). Sum of RGB (Red+Green+Blue) = 135+4+117=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870475 is #78FB8A. Grayscale: #373737. Windows color (decimal): -7928715 or 7668871. OLE color: 7668871.

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

Color convert

RGB 135 4 117 -
CMYK 0 0.97 0.13 0.47
HSL 308.24º 0.94% 0.27% -
HSV(B) 308.24º 0.97% 0.53% -
XYZ 13.25 6.52 17.39 -
YUV 56.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 135 4 117 0 0.97 0.13 0.47 308.24 0.94 0.27
Hex 87 4 75 0 61 D 2F 134 5E 1B
Octal 207 4 165 0 141 15 57 464 136 33
Binary 10000111 100 1110101 0 1100001 1101 101111 100110100 1011110 11011

Color Harmonies of #870475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870475

Black with #870475

Text Example


Text Example

White with #870475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870475; }

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

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

background-color css

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

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

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

border-color css

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

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

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