Html Css Color HEX #873572 Dark Purple

📋 copy color: '#873572'

red 135 ◦ green 53 ◦ blue 114

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

Shades of Dark Purple #873572

Tints of Dark Purple #873572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 44.7%
G = 17.55%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#873572 (or 0x873572) is known color: Dark Purple. HEX triplet: 87, 35 and 72. RGB value is (135,53,114). Sum of RGB (Red+Green+Blue) = 135+53+114=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #873572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873572 is #78CA8D. Grayscale: #545454. Windows color (decimal): -7916174 or 7484807. OLE color: 7484807.

HSL color Cylindrical-coordinate representation of color #873572: hue angle of 315.37º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873572 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 53 114 -
CMYK 0 0.61 0.16 0.47
HSL 315.37º 0.44% 0.37% -
HSV(B) 315.37º 0.61% 0.53% -
XYZ 14.3 8.91 16.89 -
YUV 84.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 135 53 114 0 0.61 0.16 0.47 315.37 0.44 0.37
Hex 87 35 72 0 3D 10 2F 13B 2C 25
Octal 207 65 162 0 75 20 57 473 54 45
Binary 10000111 110101 1110010 0 111101 10000 101111 100111011 101100 100101

Color Harmonies of #873572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873572

Black with #873572

Text Example


Text Example

White with #873572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873572; }

 p { color: rgb(135,53,114); }

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

background-color css

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

 a { background-color: rgb(135,53,114); }

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

border-color css

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

 span { border-color: rgb(135,53,114); }

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