Html Css Color HEX #803776 Dark Purple

📋 copy color: '#803776'

red 128 ◦ green 55 ◦ blue 118

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

Shades of Dark Purple #803776

Tints of Dark Purple #803776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 42.52%
G = 18.27%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#803776 (or 0x803776) is known color: Dark Purple. HEX triplet: 80, 37 and 76. RGB value is (128,55,118). Sum of RGB (Red+Green+Blue) = 128+55+118=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #803776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803776 is #7FC889. Grayscale: #535353. Windows color (decimal): -8374410 or 7747456. OLE color: 7747456.

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

Color convert

RGB 128 55 118 -
CMYK 0 0.57 0.08 0.50
HSL 308.22º 0.4% 0.36% -
HSV(B) 308.22º 0.57% 0.5% -
XYZ 13.54 8.63 18.09 -
YUV 84.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 128 55 118 0 0.57 0.08 0.50 308.22 0.4 0.36
Hex 80 37 76 0 39 8 32 134 28 24
Octal 200 67 166 0 71 10 62 464 50 44
Binary 10000000 110111 1110110 0 111001 1000 110010 100110100 101000 100100

Color Harmonies of #803776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803776

Black with #803776

Text Example


Text Example

White with #803776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803776; }

 p { color: rgb(128,55,118); }

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

background-color css

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

 a { background-color: rgb(128,55,118); }

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

border-color css

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

 span { border-color: rgb(128,55,118); }

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