Html Css Color HEX #803778 Dark Purple

📋 copy color: '#803778'

red 128 ◦ green 55 ◦ blue 120

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

Shades of Dark Purple #803778

Tints of Dark Purple #803778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 42.24%
G = 18.15%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#803778 (or 0x803778) is known color: Dark Purple. HEX triplet: 80, 37 and 78. RGB value is (128,55,120). Sum of RGB (Red+Green+Blue) = 128+55+120=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #803778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803778 is #7FC887. Grayscale: #545454. Windows color (decimal): -8374408 or 7878528. OLE color: 7878528.

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

Color convert

RGB 128 55 120 -
CMYK 0 0.57 0.06 0.50
HSL 306.58º 0.4% 0.36% -
HSV(B) 306.58º 0.57% 0.5% -
XYZ 13.66 8.68 18.72 -
YUV 84.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 128 55 120 0 0.57 0.06 0.50 306.58 0.4 0.36
Hex 80 37 78 0 39 6 32 133 28 24
Octal 200 67 170 0 71 6 62 463 50 44
Binary 10000000 110111 1111000 0 111001 110 110010 100110011 101000 100100

Color Harmonies of #803778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803778

Black with #803778

Text Example


Text Example

White with #803778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803778; }

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

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

background-color css

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

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

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

border-color css

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

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

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