Html Css Color HEX #803775 Dark Purple

📋 copy color: '#803775'

red 128 ◦ green 55 ◦ blue 117

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

Shades of Dark Purple #803775

Tints of Dark Purple #803775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39%

R = 42.67%
G = 18.33%
B = 39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#803775 (or 0x803775) is known color: Dark Purple. HEX triplet: 80, 37 and 75. RGB value is (128,55,117). Sum of RGB (Red+Green+Blue) = 128+55+117=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #803775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803775 is #7FC88A. Grayscale: #535353. Windows color (decimal): -8374411 or 7681920. OLE color: 7681920.

HSL color Cylindrical-coordinate representation of color #803775: hue angle of 309.04º 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 #803775 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 117 -
CMYK 0 0.57 0.09 0.50
HSL 309.04º 0.4% 0.36% -
HSV(B) 309.04º 0.57% 0.5% -
XYZ 13.48 8.61 17.78 -
YUV 83.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 128 55 117 0 0.57 0.09 0.50 309.04 0.4 0.36
Hex 80 37 75 0 39 9 32 135 28 24
Octal 200 67 165 0 71 11 62 465 50 44
Binary 10000000 110111 1110101 0 111001 1001 110010 100110101 101000 100100

Color Harmonies of #803775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803775

Black with #803775

Text Example


Text Example

White with #803775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803775; }

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

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

background-color css

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

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

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

border-color css

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

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

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