Html Css Color HEX #803872 Dark Purple

📋 copy color: '#803872'

red 128 ◦ green 56 ◦ blue 114

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

Shades of Dark Purple #803872

Tints of Dark Purple #803872

RGB

 RED value IS 128 (50.39% from 255) = 42.95%

 GREEN value IS 56 (22.27% from 255) = 18.79%

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

R = 42.95%
G = 18.79%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#803872 (or 0x803872) is known color: Dark Purple. HEX triplet: 80, 38 and 72. RGB value is (128,56,114). Sum of RGB (Red+Green+Blue) = 128+56+114=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #803872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803872 is #7FC78D. Grayscale: #535353. Windows color (decimal): -8374158 or 7485568. OLE color: 7485568.

HSL color Cylindrical-coordinate representation of color #803872: hue angle of 311.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803872 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 114 -
CMYK 0 0.56 0.11 0.50
HSL 311.67º 0.39% 0.36% -
HSV(B) 311.67º 0.56% 0.5% -
XYZ 13.35 8.63 16.88 -
YUV 84.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 128 56 114 0 0.56 0.11 0.50 311.67 0.39 0.36
Hex 80 38 72 0 38 B 32 138 27 24
Octal 200 70 162 0 70 13 62 470 47 44
Binary 10000000 111000 1110010 0 111000 1011 110010 100111000 100111 100100

Color Harmonies of #803872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803872

Black with #803872

Text Example


Text Example

White with #803872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803872; }

 p { color: rgb(128,56,114); }

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

background-color css

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

 a { background-color: rgb(128,56,114); }

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

border-color css

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

 span { border-color: rgb(128,56,114); }

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