Html Css Color HEX #872284 Dark Purple

📋 copy color: '#872284'

red 135 ◦ green 34 ◦ blue 132

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

Shades of Dark Purple #872284

Tints of Dark Purple #872284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 44.85%
G = 11.3%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#872284 (or 0x872284) is known color: Dark Purple. HEX triplet: 87, 22 and 84. RGB value is (135,34,132). Sum of RGB (Red+Green+Blue) = 135+34+132=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #872284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872284 is #78DD7B. Grayscale: #4B4B4B. Windows color (decimal): -7921020 or 8659591. OLE color: 8659591.

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

Color convert

RGB 135 34 132 -
CMYK 0 0.75 0.02 0.47
HSL 301.78º 0.6% 0.33% -
HSV(B) 301.78º 0.75% 0.53% -
XYZ 14.73 7.96 22.59 -
YUV 75.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 135 34 132 0 0.75 0.02 0.47 301.78 0.6 0.33
Hex 87 22 84 0 4B 2 2F 12E 3C 21
Octal 207 42 204 0 113 2 57 456 74 41
Binary 10000111 100010 10000100 0 1001011 10 101111 100101110 111100 100001

Color Harmonies of #872284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872284

Black with #872284

Text Example


Text Example

White with #872284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872284; }

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

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

background-color css

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

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

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

border-color css

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

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

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