Html Css Color HEX #872982 Dark Purple

📋 copy color: '#872982'

red 135 ◦ green 41 ◦ blue 130

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

Shades of Dark Purple #872982

Tints of Dark Purple #872982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 130 (51.17% from 255) = 42.48%

R = 44.12%
G = 13.4%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#872982 (or 0x872982) is known color: Dark Purple. HEX triplet: 87, 29 and 82. RGB value is (135,41,130). Sum of RGB (Red+Green+Blue) = 135+41+130=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #872982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872982 is #78D67D. Grayscale: #4E4E4E. Windows color (decimal): -7919230 or 8530311. OLE color: 8530311.

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

Color convert

RGB 135 41 130 -
CMYK 0 0.70 0.04 0.47
HSL 303.19º 0.53% 0.35% -
HSV(B) 303.19º 0.7% 0.53% -
XYZ 14.81 8.35 21.95 -
YUV 79.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 135 41 130 0 0.70 0.04 0.47 303.19 0.53 0.35
Hex 87 29 82 0 46 4 2F 12F 35 23
Octal 207 51 202 0 106 4 57 457 65 43
Binary 10000111 101001 10000010 0 1000110 100 101111 100101111 110101 100011

Color Harmonies of #872982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872982

Black with #872982

Text Example


Text Example

White with #872982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872982; }

 p { color: rgb(135,41,130); }

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

background-color css

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

 a { background-color: rgb(135,41,130); }

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

border-color css

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

 span { border-color: rgb(135,41,130); }

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