Html Css Color HEX #803178 Dark Purple

📋 copy color: '#803178'

red 128 ◦ green 49 ◦ blue 120

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

Shades of Dark Purple #803178

Tints of Dark Purple #803178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

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

R = 43.1%
G = 16.5%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#803178 (or 0x803178) is known color: Dark Purple. HEX triplet: 80, 31 and 78. RGB value is (128,49,120). Sum of RGB (Red+Green+Blue) = 128+49+120=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #803178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803178 is #7FCE87. Grayscale: #505050. Windows color (decimal): -8375944 or 7876992. OLE color: 7876992.

HSL color Cylindrical-coordinate representation of color #803178: hue angle of 306.08º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803178 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 120 -
CMYK 0 0.62 0.06 0.50
HSL 306.08º 0.45% 0.35% -
HSV(B) 306.08º 0.62% 0.5% -
XYZ 13.39 8.14 18.64 -
YUV 80.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 128 49 120 0 0.62 0.06 0.50 306.08 0.45 0.35
Hex 80 31 78 0 3E 6 32 132 2D 23
Octal 200 61 170 0 76 6 62 462 55 43
Binary 10000000 110001 1111000 0 111110 110 110010 100110010 101101 100011

Color Harmonies of #803178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803178

Black with #803178

Text Example


Text Example

White with #803178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803178; }

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

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

background-color css

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

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

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

border-color css

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

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

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