Html Css Color HEX #80017A Purple

📋 copy color: '#80017A'

red 128 ◦ green 1 ◦ blue 122

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

Shades of Purple #80017A

Tints of Purple #80017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 51%
G = 0.4%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80017A (or 0x80017A) is known color: Purple. HEX triplet: 80, 01 and 7A. RGB value is (128,1,122). Sum of RGB (Red+Green+Blue) = 128+1+122=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80017A is #7FFE85. Grayscale: #343434. Windows color (decimal): -8388230 or 7995776. OLE color: 7995776.

HSL color Cylindrical-coordinate representation of color #80017A: hue angle of 302.83º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80017A is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 122 -
CMYK 0 0.99 0.05 0.50
HSL 302.83º 0.98% 0.25% -
HSV(B) 302.83º 0.99% 0.5% -
XYZ 12.43 6.02 18.92 -
YUV 52.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 128 1 122 0 0.99 0.05 0.50 302.83 0.98 0.25
Hex 80 1 7A 0 63 5 32 12F 62 19
Octal 200 1 172 0 143 5 62 457 142 31
Binary 10000000 1 1111010 0 1100011 101 110010 100101111 1100010 11001

Color Harmonies of #80017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80017A

Black with #80017A

Text Example


Text Example

White with #80017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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