Html Css Color HEX #80046A Purple

📋 copy color: '#80046A'

red 128 ◦ green 4 ◦ blue 106

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

Shades of Purple #80046A

Tints of Purple #80046A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 53.78%
G = 1.68%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#80046A (or 0x80046A) is known color: Purple. HEX triplet: 80, 04 and 6A. RGB value is (128,4,106). Sum of RGB (Red+Green+Blue) = 128+4+106=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80046A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80046A is #7FFB95. Grayscale: #343434. Windows color (decimal): -8387478 or 6947968. OLE color: 6947968.

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

Color convert

RGB 128 4 106 -
CMYK 0 0.97 0.17 0.50
HSL 310.65º 0.94% 0.26% -
HSV(B) 310.65º 0.97% 0.5% -
XYZ 11.55 5.72 14.13 -
YUV 52.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 128 4 106 0 0.97 0.17 0.50 310.65 0.94 0.26
Hex 80 4 6A 0 61 11 32 137 5E 1A
Octal 200 4 152 0 141 21 62 467 136 32
Binary 10000000 100 1101010 0 1100001 10001 110010 100110111 1011110 11010

Color Harmonies of #80046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80046A

Black with #80046A

Text Example


Text Example

White with #80046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,4,106); }

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

background-color css

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

 a { background-color: rgb(128,4,106); }

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

border-color css

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

 span { border-color: rgb(128,4,106); }

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