Html Css Color HEX #80127E Purple

📋 copy color: '#80127E'

red 128 ◦ green 18 ◦ blue 126

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

Shades of Purple #80127E

Tints of Purple #80127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 126 (49.61% from 255) = 46.32%

R = 47.06%
G = 6.62%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80127E (or 0x80127E) is known color: Purple. HEX triplet: 80, 12 and 7E. RGB value is (128,18,126). Sum of RGB (Red+Green+Blue) = 128+18+126=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80127E is #7FED81. Grayscale: #3E3E3E. Windows color (decimal): -8383874 or 8262272. OLE color: 8262272.

HSL color Cylindrical-coordinate representation of color #80127E: hue angle of 301.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80127E is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 126 -
CMYK 0 0.86 0.02 0.50
HSL 301.09º 0.75% 0.29% -
HSV(B) 301.09º 0.86% 0.5% -
XYZ 12.88 6.53 20.32 -
YUV 63.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 128 18 126 0 0.86 0.02 0.50 301.09 0.75 0.29
Hex 80 12 7E 0 56 2 32 12D 4B 1D
Octal 200 22 176 0 126 2 62 455 113 35
Binary 10000000 10010 1111110 0 1010110 10 110010 100101101 1001011 11101

Color Harmonies of #80127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80127E

Black with #80127E

Text Example


Text Example

White with #80127E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,18,126); }

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

background-color css

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

 a { background-color: rgb(128,18,126); }

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

border-color css

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

 span { border-color: rgb(128,18,126); }

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