Html Css Color HEX #872285 Dark Purple

📋 copy color: '#872285'

red 135 ◦ green 34 ◦ blue 133

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

Shades of Dark Purple #872285

Tints of Dark Purple #872285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.04%

R = 44.7%
G = 11.26%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#872285 (or 0x872285) is known color: Dark Purple. HEX triplet: 87, 22 and 85. RGB value is (135,34,133). Sum of RGB (Red+Green+Blue) = 135+34+133=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #872285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872285 is #78DD7A. Grayscale: #4B4B4B. Windows color (decimal): -7921019 or 8725127. OLE color: 8725127.

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

Color convert

RGB 135 34 133 -
CMYK 0 0.75 0.01 0.47
HSL 301.19º 0.6% 0.33% -
HSV(B) 301.19º 0.75% 0.53% -
XYZ 14.8 7.99 22.95 -
YUV 75.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 135 34 133 0 0.75 0.01 0.47 301.19 0.6 0.33
Hex 87 22 85 0 4B 1 2F 12D 3C 21
Octal 207 42 205 0 113 1 57 455 74 41
Binary 10000111 100010 10000101 0 1001011 1 101111 100101101 111100 100001

Color Harmonies of #872285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872285

Black with #872285

Text Example


Text Example

White with #872285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872285; }

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

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

background-color css

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

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

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

border-color css

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

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

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