Html Css Color HEX #80057A Purple

📋 copy color: '#80057A'

red 128 ◦ green 5 ◦ blue 122

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

Shades of Purple #80057A

Tints of Purple #80057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.84%

R = 50.2%
G = 1.96%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80057A (or 0x80057A) is known color: Purple. HEX triplet: 80, 05 and 7A. RGB value is (128,5,122). Sum of RGB (Red+Green+Blue) = 128+5+122=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80057A is #7FFA85. Grayscale: #363636. Windows color (decimal): -8387206 or 7996800. OLE color: 7996800.

HSL color Cylindrical-coordinate representation of color #80057A: hue angle of 302.93º 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 #80057A is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 122 -
CMYK 0 0.96 0.05 0.50
HSL 302.93º 0.92% 0.26% -
HSV(B) 302.93º 0.96% 0.5% -
XYZ 12.47 6.1 18.93 -
YUV 55.12 165.75 179.99 -
System Red Green Blue C M Y K H S L
Decimal 128 5 122 0 0.96 0.05 0.50 302.93 0.92 0.26
Hex 80 5 7A 0 60 5 32 12F 5C 1A
Octal 200 5 172 0 140 5 62 457 134 32
Binary 10000000 101 1111010 0 1100000 101 110010 100101111 1011100 11010

Color Harmonies of #80057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80057A

Black with #80057A

Text Example


Text Example

White with #80057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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