Html Css Color HEX #872073 Dark Purple

📋 copy color: '#872073'

red 135 ◦ green 32 ◦ blue 115

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

Shades of Dark Purple #872073

Tints of Dark Purple #872073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 47.87%
G = 11.35%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#872073 (or 0x872073) is known color: Dark Purple. HEX triplet: 87, 20 and 73. RGB value is (135,32,115). Sum of RGB (Red+Green+Blue) = 135+32+115=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #872073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872073 is #78DF8C. Grayscale: #484848. Windows color (decimal): -7921549 or 7544967. OLE color: 7544967.

HSL color Cylindrical-coordinate representation of color #872073: hue angle of 311.65º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872073 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 115 -
CMYK 0 0.76 0.15 0.47
HSL 311.65º 0.62% 0.33% -
HSV(B) 311.65º 0.76% 0.53% -
XYZ 13.6 7.42 16.94 -
YUV 72.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 135 32 115 0 0.76 0.15 0.47 311.65 0.62 0.33
Hex 87 20 73 0 4C F 2F 138 3E 21
Octal 207 40 163 0 114 17 57 470 76 41
Binary 10000111 100000 1110011 0 1001100 1111 101111 100111000 111110 100001

Color Harmonies of #872073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872073

Black with #872073

Text Example


Text Example

White with #872073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872073; }

 p { color: rgb(135,32,115); }

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

background-color css

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

 a { background-color: rgb(135,32,115); }

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

border-color css

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

 span { border-color: rgb(135,32,115); }

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