Html Css Color HEX #871280 Dark Purple

📋 copy color: '#871280'

red 135 ◦ green 18 ◦ blue 128

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

Shades of Dark Purple #871280

Tints of Dark Purple #871280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 48.04%
G = 6.41%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#871280 (or 0x871280) is known color: Dark Purple. HEX triplet: 87, 12 and 80. RGB value is (135,18,128). Sum of RGB (Red+Green+Blue) = 135+18+128=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #871280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871280 is #78ED7F. Grayscale: #414141. Windows color (decimal): -7925120 or 8393351. OLE color: 8393351.

HSL color Cylindrical-coordinate representation of color #871280: hue angle of 303.59º 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 #871280 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 18 128 -
CMYK 0 0.87 0.05 0.47
HSL 303.59º 0.76% 0.3% -
HSV(B) 303.59º 0.87% 0.53% -
XYZ 14.1 7.14 21.06 -
YUV 65.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 135 18 128 0 0.87 0.05 0.47 303.59 0.76 0.3
Hex 87 12 80 0 57 5 2F 130 4C 1E
Octal 207 22 200 0 127 5 57 460 114 36
Binary 10000111 10010 10000000 0 1010111 101 101111 100110000 1001100 11110

Color Harmonies of #871280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871280

Black with #871280

Text Example


Text Example

White with #871280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871280; }

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

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

background-color css

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

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

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

border-color css

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

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

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