Html Css Color HEX #803B72 Dark Purple

📋 copy color: '#803B72'

red 128 ◦ green 59 ◦ blue 114

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

Shades of Dark Purple #803B72

Tints of Dark Purple #803B72

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

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

R = 42.52%
G = 19.6%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#803B72 (or 0x803B72) is known color: Dark Purple. HEX triplet: 80, 3B and 72. RGB value is (128,59,114). Sum of RGB (Red+Green+Blue) = 128+59+114=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #803B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B72 is #7FC48D. Grayscale: #555555. Windows color (decimal): -8373390 or 7486336. OLE color: 7486336.

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

Color convert

RGB 128 59 114 -
CMYK 0 0.54 0.11 0.50
HSL 312.17º 0.37% 0.37% -
HSV(B) 312.17º 0.54% 0.5% -
XYZ 13.5 8.93 16.93 -
YUV 85.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 128 59 114 0 0.54 0.11 0.50 312.17 0.37 0.37
Hex 80 3B 72 0 36 B 32 138 25 25
Octal 200 73 162 0 66 13 62 470 45 45
Binary 10000000 111011 1110010 0 110110 1011 110010 100111000 100101 100101

Color Harmonies of #803B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803B72

Black with #803B72

Text Example


Text Example

White with #803B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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