Html Css Color HEX #80027C Purple

📋 copy color: '#80027C'

red 128 ◦ green 2 ◦ blue 124

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

Shades of Purple #80027C

Tints of Purple #80027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 50.39%
G = 0.79%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80027C (or 0x80027C) is known color: Purple. HEX triplet: 80, 02 and 7C. RGB value is (128,2,124). Sum of RGB (Red+Green+Blue) = 128+2+124=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80027C is #7FFD83. Grayscale: #353535. Windows color (decimal): -8387972 or 8127104. OLE color: 8127104.

HSL color Cylindrical-coordinate representation of color #80027C: hue angle of 301.9º 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 #80027C is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 2 124 -
CMYK 0 0.98 0.03 0.50
HSL 301.9º 0.97% 0.25% -
HSV(B) 301.9º 0.98% 0.5% -
XYZ 12.56 6.09 19.58 -
YUV 53.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 128 2 124 0 0.98 0.03 0.50 301.9 0.97 0.25
Hex 80 2 7C 0 62 3 32 12E 61 19
Octal 200 2 174 0 142 3 62 456 141 31
Binary 10000000 10 1111100 0 1100010 11 110010 100101110 1100001 11001

Color Harmonies of #80027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80027C

Black with #80027C

Text Example


Text Example

White with #80027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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