#80246B

Color #80246B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #80246B

Tints of Dark Purple #80246B

Color information

#80246B (or 0x80246B) is unknown color: approx Dark Purple. HEX triplet: 80, 24 and 6B. RGB value is (128,36,107). Sum of RGB (Red+Green+Blue) = 128+36+107=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80246B is #7FDB94. Grayscale: #474747. Windows color (decimal): -8379285 or 7021696. OLE color: 7021696.

HSL color Cylindrical-coordinate representation of color #80246B: hue angle of 313.7º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80246B is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12836107-
CMYK00.720.160.50
HSL313.7º56.1%32.16%-
HSV(B)313.7º71.88%50.2%-
XYZ12.196.9114.6-
YUV71.6147.98168.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.23%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=47.23%
G=13.28%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283610700.720.160.50313.756.132.16
Hex80246B048103213a3820
Octal20044153011020624727040
Binary1000000010010011010110100100010000110010100111010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80246B;
 }
 .AnyTagClassName
 {
   color: #80246B;
 }
</style>
background-color css

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

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

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

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

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

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