Html Css Color HEX #80056D Purple

📋 copy color: '#80056D'

red 128 ◦ green 5 ◦ blue 109

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

Shades of Purple #80056D

Tints of Purple #80056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 52.89%
G = 2.07%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80056D (or 0x80056D) is known color: Purple. HEX triplet: 80, 05 and 6D. RGB value is (128,5,109). Sum of RGB (Red+Green+Blue) = 128+5+109=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80056D is #7FFA92. Grayscale: #353535. Windows color (decimal): -8387219 or 7144832. OLE color: 7144832.

HSL color Cylindrical-coordinate representation of color #80056D: hue angle of 309.27º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80056D is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 109 -
CMYK 0 0.96 0.15 0.50
HSL 309.27º 0.92% 0.26% -
HSV(B) 309.27º 0.96% 0.5% -
XYZ 11.72 5.8 14.97 -
YUV 53.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 128 5 109 0 0.96 0.15 0.50 309.27 0.92 0.26
Hex 80 5 6D 0 60 F 32 135 5C 1A
Octal 200 5 155 0 140 17 62 465 134 32
Binary 10000000 101 1101101 0 1100000 1111 110010 100110101 1011100 11010

Color Harmonies of #80056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80056D

Black with #80056D

Text Example


Text Example

White with #80056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80056D; }

 p { color: rgb(128,5,109); }

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

background-color css

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

 a { background-color: rgb(128,5,109); }

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

border-color css

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

 span { border-color: rgb(128,5,109); }

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