Html Css Color HEX #871275 Dark Purple

📋 copy color: '#871275'

red 135 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #871275

Tints of Dark Purple #871275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

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

R = 50%
G = 6.67%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#871275 (or 0x871275) is known color: Dark Purple. HEX triplet: 87, 12 and 75. RGB value is (135,18,117). Sum of RGB (Red+Green+Blue) = 135+18+117=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #871275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871275 is #78ED8A. Grayscale: #3F3F3F. Windows color (decimal): -7925131 or 7672455. OLE color: 7672455.

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

Color convert

RGB 135 18 117 -
CMYK 0 0.87 0.13 0.47
HSL 309.23º 0.76% 0.3% -
HSV(B) 309.23º 0.87% 0.53% -
XYZ 13.42 6.87 17.45 -
YUV 64.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 135 18 117 0 0.87 0.13 0.47 309.23 0.76 0.3
Hex 87 12 75 0 57 D 2F 135 4C 1E
Octal 207 22 165 0 127 15 57 465 114 36
Binary 10000111 10010 1110101 0 1010111 1101 101111 100110101 1001100 11110

Color Harmonies of #871275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871275

Black with #871275

Text Example


Text Example

White with #871275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871275; }

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

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

background-color css

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

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

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

border-color css

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

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

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