Html Css Color HEX #80026E Purple

📋 copy color: '#80026E'

red 128 ◦ green 2 ◦ blue 110

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

Shades of Purple #80026E

Tints of Purple #80026E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.83%

R = 53.33%
G = 0.83%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80026E (or 0x80026E) is known color: Purple. HEX triplet: 80, 02 and 6E. RGB value is (128,2,110). Sum of RGB (Red+Green+Blue) = 128+2+110=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80026E is #7FFD91. Grayscale: #333333. Windows color (decimal): -8387986 or 7209600. OLE color: 7209600.

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

Color convert

RGB 128 2 110 -
CMYK 0 0.98 0.14 0.50
HSL 308.57º 0.97% 0.25% -
HSV(B) 308.57º 0.98% 0.5% -
XYZ 11.74 5.76 15.24 -
YUV 51.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 128 2 110 0 0.98 0.14 0.50 308.57 0.97 0.25
Hex 80 2 6E 0 62 E 32 135 61 19
Octal 200 2 156 0 142 16 62 465 141 31
Binary 10000000 10 1101110 0 1100010 1110 110010 100110101 1100001 11001

Color Harmonies of #80026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80026E

Black with #80026E

Text Example


Text Example

White with #80026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80026E; }

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

 H1.HeaderClassName
 {
   color: #80026E;
 }
 .AnyTagClassName
 {
   color: #80026E;
 }
</style>

background-color css

<style>
 a { background-color: #80026E; }

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

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

border-color css

<style>
 span { border-color: #80026E; }

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

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