Html Css Color HEX #871F65 Dark Purple

📋 copy color: '#871F65'

red 135 ◦ green 31 ◦ blue 101

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

Shades of Dark Purple #871F65

Tints of Dark Purple #871F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 50.56%
G = 11.61%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#871F65 (or 0x871F65) is known color: Dark Purple. HEX triplet: 87, 1F and 65. RGB value is (135,31,101). Sum of RGB (Red+Green+Blue) = 135+31+101=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #871F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871F65 is #78E09A. Grayscale: #454545. Windows color (decimal): -7921819 or 6627207. OLE color: 6627207.

HSL color Cylindrical-coordinate representation of color #871F65: hue angle of 319.62º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F65 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 31 101 -
CMYK 0 0.77 0.25 0.47
HSL 319.62º 0.63% 0.33% -
HSV(B) 319.62º 0.77% 0.53% -
XYZ 12.83 7.07 13 -
YUV 70.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 135 31 101 0 0.77 0.25 0.47 319.62 0.63 0.33
Hex 87 1F 65 0 4D 19 2F 140 3F 21
Octal 207 37 145 0 115 31 57 500 77 41
Binary 10000111 11111 1100101 0 1001101 11001 101111 101000000 111111 100001

Color Harmonies of #871F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F65

Black with #871F65

Text Example


Text Example

White with #871F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871F65; }

 p { color: rgb(135,31,101); }

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

background-color css

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

 a { background-color: rgb(135,31,101); }

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

border-color css

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

 span { border-color: rgb(135,31,101); }

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