Html Css Color HEX #872973 Dark Purple

📋 copy color: '#872973'

red 135 ◦ green 41 ◦ blue 115

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

Shades of Dark Purple #872973

Tints of Dark Purple #872973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

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

R = 46.39%
G = 14.09%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#872973 (or 0x872973) is known color: Dark Purple. HEX triplet: 87, 29 and 73. RGB value is (135,41,115). Sum of RGB (Red+Green+Blue) = 135+41+115=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #872973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872973 is #78D68C. Grayscale: #4D4D4D. Windows color (decimal): -7919245 or 7547271. OLE color: 7547271.

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

Color convert

RGB 135 41 115 -
CMYK 0 0.70 0.15 0.47
HSL 312.77º 0.53% 0.35% -
HSV(B) 312.77º 0.7% 0.53% -
XYZ 13.88 7.97 17.03 -
YUV 77.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 135 41 115 0 0.70 0.15 0.47 312.77 0.53 0.35
Hex 87 29 73 0 46 F 2F 139 35 23
Octal 207 51 163 0 106 17 57 471 65 43
Binary 10000111 101001 1110011 0 1000110 1111 101111 100111001 110101 100011

Color Harmonies of #872973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872973

Black with #872973

Text Example


Text Example

White with #872973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872973; }

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

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

background-color css

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

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

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

border-color css

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

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

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