Html Css Color HEX #872582 Dark Purple

📋 copy color: '#872582'

red 135 ◦ green 37 ◦ blue 130

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

Shades of Dark Purple #872582

Tints of Dark Purple #872582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

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

R = 44.7%
G = 12.25%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#872582 (or 0x872582) is known color: Dark Purple. HEX triplet: 87, 25 and 82. RGB value is (135,37,130). Sum of RGB (Red+Green+Blue) = 135+37+130=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #872582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872582 is #78DA7D. Grayscale: #4C4C4C. Windows color (decimal): -7920254 or 8529287. OLE color: 8529287.

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

Color convert

RGB 135 37 130 -
CMYK 0 0.73 0.04 0.47
HSL 303.06º 0.57% 0.34% -
HSV(B) 303.06º 0.73% 0.53% -
XYZ 14.68 8.09 21.91 -
YUV 76.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 135 37 130 0 0.73 0.04 0.47 303.06 0.57 0.34
Hex 87 25 82 0 49 4 2F 12F 39 22
Octal 207 45 202 0 111 4 57 457 71 42
Binary 10000111 100101 10000010 0 1001001 100 101111 100101111 111001 100010

Color Harmonies of #872582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872582

Black with #872582

Text Example


Text Example

White with #872582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872582; }

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

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

background-color css

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

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

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

border-color css

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

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

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