Html Css Color HEX #871466 Dark Purple

📋 copy color: '#871466'

red 135 ◦ green 20 ◦ blue 102

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

Shades of Dark Purple #871466

Tints of Dark Purple #871466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.78%

 BLUE value IS 102 (40.23% from 255) = 39.69%

R = 52.53%
G = 7.78%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#871466 (or 0x871466) is known color: Dark Purple. HEX triplet: 87, 14 and 66. RGB value is (135,20,102). Sum of RGB (Red+Green+Blue) = 135+20+102=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #871466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871466 is #78EB99. Grayscale: #3F3F3F. Windows color (decimal): -7924634 or 6689927. OLE color: 6689927.

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

Color convert

RGB 135 20 102 -
CMYK 0 0.85 0.24 0.47
HSL 317.22º 0.74% 0.3% -
HSV(B) 317.22º 0.85% 0.53% -
XYZ 12.64 6.61 13.18 -
YUV 63.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 135 20 102 0 0.85 0.24 0.47 317.22 0.74 0.3
Hex 87 14 66 0 55 18 2F 13D 4A 1E
Octal 207 24 146 0 125 30 57 475 112 36
Binary 10000111 10100 1100110 0 1010101 11000 101111 100111101 1001010 11110

Color Harmonies of #871466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871466

Black with #871466

Text Example


Text Example

White with #871466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871466; }

 p { color: rgb(135,20,102); }

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

background-color css

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

 a { background-color: rgb(135,20,102); }

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

border-color css

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

 span { border-color: rgb(135,20,102); }

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