Html Css Color HEX #80356E Dark Purple

📋 copy color: '#80356E'

red 128 ◦ green 53 ◦ blue 110

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

Shades of Dark Purple #80356E

Tints of Dark Purple #80356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 43.99%
G = 18.21%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80356E (or 0x80356E) is known color: Dark Purple. HEX triplet: 80, 35 and 6E. RGB value is (128,53,110). Sum of RGB (Red+Green+Blue) = 128+53+110=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80356E is #7FCA91. Grayscale: #515151. Windows color (decimal): -8374930 or 7222656. OLE color: 7222656.

HSL color Cylindrical-coordinate representation of color #80356E: hue angle of 314.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80356E is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 110 -
CMYK 0 0.59 0.14 0.50
HSL 314.4º 0.41% 0.35% -
HSV(B) 314.4º 0.59% 0.5% -
XYZ 12.99 8.26 15.66 -
YUV 81.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 128 53 110 0 0.59 0.14 0.50 314.4 0.41 0.35
Hex 80 35 6E 0 3B E 32 13A 29 23
Octal 200 65 156 0 73 16 62 472 51 43
Binary 10000000 110101 1101110 0 111011 1110 110010 100111010 101001 100011

Color Harmonies of #80356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80356E

Black with #80356E

Text Example


Text Example

White with #80356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80356E; }

 p { color: rgb(128,53,110); }

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

background-color css

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

 a { background-color: rgb(128,53,110); }

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

border-color css

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

 span { border-color: rgb(128,53,110); }

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