Html Css Color HEX #872281 Dark Purple

📋 copy color: '#872281'

red 135 ◦ green 34 ◦ blue 129

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

Shades of Dark Purple #872281

Tints of Dark Purple #872281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 45.3%
G = 11.41%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#872281 (or 0x872281) is known color: Dark Purple. HEX triplet: 87, 22 and 81. RGB value is (135,34,129). Sum of RGB (Red+Green+Blue) = 135+34+129=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #872281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872281 is #78DD7E. Grayscale: #4A4A4A. Windows color (decimal): -7921023 or 8462983. OLE color: 8462983.

HSL color Cylindrical-coordinate representation of color #872281: hue angle of 303.56º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872281 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 34 129 -
CMYK 0 0.75 0.04 0.47
HSL 303.56º 0.6% 0.33% -
HSV(B) 303.56º 0.75% 0.53% -
XYZ 14.53 7.88 21.52 -
YUV 75.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 135 34 129 0 0.75 0.04 0.47 303.56 0.6 0.33
Hex 87 22 81 0 4B 4 2F 130 3C 21
Octal 207 42 201 0 113 4 57 460 74 41
Binary 10000111 100010 10000001 0 1001011 100 101111 100110000 111100 100001

Color Harmonies of #872281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872281

Black with #872281

Text Example


Text Example

White with #872281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872281; }

 p { color: rgb(135,34,129); }

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

background-color css

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

 a { background-color: rgb(135,34,129); }

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

border-color css

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

 span { border-color: rgb(135,34,129); }

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