Html Css Color HEX #873072 Dark Purple

📋 copy color: '#873072'

red 135 ◦ green 48 ◦ blue 114

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

Shades of Dark Purple #873072

Tints of Dark Purple #873072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

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

R = 45.45%
G = 16.16%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#873072 (or 0x873072) is known color: Dark Purple. HEX triplet: 87, 30 and 72. RGB value is (135,48,114). Sum of RGB (Red+Green+Blue) = 135+48+114=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #873072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873072 is #78CF8D. Grayscale: #515151. Windows color (decimal): -7917454 or 7483527. OLE color: 7483527.

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

Color convert

RGB 135 48 114 -
CMYK 0 0.64 0.16 0.47
HSL 314.48º 0.48% 0.36% -
HSV(B) 314.48º 0.64% 0.53% -
XYZ 14.09 8.48 16.81 -
YUV 81.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 135 48 114 0 0.64 0.16 0.47 314.48 0.48 0.36
Hex 87 30 72 0 40 10 2F 13A 30 24
Octal 207 60 162 0 100 20 57 472 60 44
Binary 10000111 110000 1110010 0 1000000 10000 101111 100111010 110000 100100

Color Harmonies of #873072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873072

Black with #873072

Text Example


Text Example

White with #873072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873072; }

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

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

background-color css

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

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

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

border-color css

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

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

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