Html Css Color HEX #871A7A Dark Purple

📋 copy color: '#871A7A'

red 135 ◦ green 26 ◦ blue 122

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

Shades of Dark Purple #871A7A

Tints of Dark Purple #871A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 47.7%
G = 9.19%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#871A7A (or 0x871A7A) is known color: Dark Purple. HEX triplet: 87, 1A and 7A. RGB value is (135,26,122). Sum of RGB (Red+Green+Blue) = 135+26+122=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #871A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871A7A is #78E585. Grayscale: #454545. Windows color (decimal): -7923078 or 8002183. OLE color: 8002183.

HSL color Cylindrical-coordinate representation of color #871A7A: hue angle of 307.16º 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 #871A7A is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 122 -
CMYK 0 0.81 0.10 0.47
HSL 307.16º 0.68% 0.32% -
HSV(B) 307.16º 0.81% 0.53% -
XYZ 13.87 7.29 19.09 -
YUV 69.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 135 26 122 0 0.81 0.10 0.47 307.16 0.68 0.32
Hex 87 1A 7A 0 51 A 2F 133 44 20
Octal 207 32 172 0 121 12 57 463 104 40
Binary 10000111 11010 1111010 0 1010001 1010 101111 100110011 1000100 100000

Color Harmonies of #871A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A7A

Black with #871A7A

Text Example


Text Example

White with #871A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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