Html Css Color HEX #80056F Purple

📋 copy color: '#80056F'

red 128 ◦ green 5 ◦ blue 111

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

Shades of Purple #80056F

Tints of Purple #80056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.49%

R = 52.46%
G = 2.05%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80056F (or 0x80056F) is known color: Purple. HEX triplet: 80, 05 and 6F. RGB value is (128,5,111). Sum of RGB (Red+Green+Blue) = 128+5+111=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80056F is #7FFA90. Grayscale: #353535. Windows color (decimal): -8387217 or 7275904. OLE color: 7275904.

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

Color convert

RGB 128 5 111 -
CMYK 0 0.96 0.13 0.50
HSL 308.29º 0.92% 0.26% -
HSV(B) 308.29º 0.96% 0.5% -
XYZ 11.83 5.85 15.54 -
YUV 53.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 128 5 111 0 0.96 0.13 0.50 308.29 0.92 0.26
Hex 80 5 6F 0 60 D 32 134 5C 1A
Octal 200 5 157 0 140 15 62 464 134 32
Binary 10000000 101 1101111 0 1100000 1101 110010 100110100 1011100 11010

Color Harmonies of #80056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80056F

Black with #80056F

Text Example


Text Example

White with #80056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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