Html Css Color HEX #871A61 Dark Purple

📋 copy color: '#871A61'

red 135 ◦ green 26 ◦ blue 97

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

Shades of Dark Purple #871A61

Tints of Dark Purple #871A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

 BLUE value IS 97 (38.28% from 255) = 37.6%

R = 52.33%
G = 10.08%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#871A61 (or 0x871A61) is known color: Dark Purple. HEX triplet: 87, 1A and 61. RGB value is (135,26,97). Sum of RGB (Red+Green+Blue) = 135+26+97=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #871A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871A61 is #78E59E. Grayscale: #424242. Windows color (decimal): -7923103 or 6363783. OLE color: 6363783.

HSL color Cylindrical-coordinate representation of color #871A61: hue angle of 320.92º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871A61 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 97 -
CMYK 0 0.81 0.28 0.47
HSL 320.92º 0.68% 0.32% -
HSV(B) 320.92º 0.81% 0.53% -
XYZ 12.52 6.75 11.95 -
YUV 66.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 135 26 97 0 0.81 0.28 0.47 320.92 0.68 0.32
Hex 87 1A 61 0 51 1C 2F 141 44 20
Octal 207 32 141 0 121 34 57 501 104 40
Binary 10000111 11010 1100001 0 1010001 11100 101111 101000001 1000100 100000

Color Harmonies of #871A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A61

Black with #871A61

Text Example


Text Example

White with #871A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,26,97); }

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

background-color css

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

 a { background-color: rgb(135,26,97); }

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

border-color css

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

 span { border-color: rgb(135,26,97); }

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