Html Css Color HEX #80046B Purple

📋 copy color: '#80046B'

red 128 ◦ green 4 ◦ blue 107

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

Shades of Purple #80046B

Tints of Purple #80046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.77%

R = 53.56%
G = 1.67%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80046B (or 0x80046B) is known color: Purple. HEX triplet: 80, 04 and 6B. RGB value is (128,4,107). Sum of RGB (Red+Green+Blue) = 128+4+107=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80046B is #7FFB94. Grayscale: #343434. Windows color (decimal): -8387477 or 7013504. OLE color: 7013504.

HSL color Cylindrical-coordinate representation of color #80046B: hue angle of 310.16º 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 #80046B is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 107 -
CMYK 0 0.97 0.16 0.50
HSL 310.16º 0.94% 0.26% -
HSV(B) 310.16º 0.97% 0.5% -
XYZ 11.6 5.74 14.41 -
YUV 52.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 128 4 107 0 0.97 0.16 0.50 310.16 0.94 0.26
Hex 80 4 6B 0 61 10 32 136 5E 1A
Octal 200 4 153 0 141 20 62 466 136 32
Binary 10000000 100 1101011 0 1100001 10000 110010 100110110 1011110 11010

Color Harmonies of #80046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80046B

Black with #80046B

Text Example


Text Example

White with #80046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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