Html Css Color HEX #80027A Purple

📋 copy color: '#80027A'

red 128 ◦ green 2 ◦ blue 122

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

Shades of Purple #80027A

Tints of Purple #80027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 50.79%
G = 0.79%
B = 48.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80027A (or 0x80027A) is known color: Purple. HEX triplet: 80, 02 and 7A. RGB value is (128,2,122). Sum of RGB (Red+Green+Blue) = 128+2+122=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80027A is #7FFD85. Grayscale: #353535. Windows color (decimal): -8387974 or 7996032. OLE color: 7996032.

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

Color convert

RGB 128 2 122 -
CMYK 0 0.98 0.05 0.50
HSL 302.86º 0.97% 0.25% -
HSV(B) 302.86º 0.98% 0.5% -
XYZ 12.44 6.04 18.92 -
YUV 53.35 166.74 181.24 -
System Red Green Blue C M Y K H S L
Decimal 128 2 122 0 0.98 0.05 0.50 302.86 0.97 0.25
Hex 80 2 7A 0 62 5 32 12F 61 19
Octal 200 2 172 0 142 5 62 457 141 31
Binary 10000000 10 1111010 0 1100010 101 110010 100101111 1100001 11001

Color Harmonies of #80027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80027A

Black with #80027A

Text Example


Text Example

White with #80027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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