Shades of Dark Purple #80247B
Tints of Dark Purple #80247B
RGB
CMYK
RGB Variations
Color information
#80247B (or 0x80247B) is known color: Dark Purple. HEX triplet: 80, 24 and 7B. RGB value is (128,36,123). Sum of RGB (Red+Green+Blue) = 128+36+123=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80247B is #7FDB84. Grayscale: #494949. Windows color (decimal): -8379269 or 8070272. OLE color: 8070272.
HSL color Cylindrical-coordinate representation of color #80247B: hue angle of 303.26º 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 #80247B is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 123 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.50 |
| HSL | 303.26º | 0.56% | 0.32% | - |
| HSV(B) | 303.26º | 0.72% | 0.5% | - |
| XYZ | 13.11 | 7.28 | 19.45 | - |
| YUV | 73.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 123 | 0 | 0.72 | 0.04 | 0.50 | 303.26 | 0.56 | 0.32 |
| Hex | 80 | 24 | 7B | 0 | 48 | 4 | 32 | 12F | 38 | 20 |
| Octal | 200 | 44 | 173 | 0 | 110 | 4 | 62 | 457 | 70 | 40 |
| Binary | 10000000 | 100100 | 1111011 | 0 | 1001000 | 100 | 110010 | 100101111 | 111000 | 100000 |
Color Harmonies of #80247B
Complementary color
Monochromatic Colors of #80247B
Black with #80247B
Text Example
Text Example
White with #80247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80247B; }
p { color: rgb(128,36,123); }
H1.HeaderClassName
{
color: #80247B;
}
.AnyTagClassName
{
color: #80247B;
}
</style>
background-color css
<style>
a { background-color: #80247B; }
a { background-color: rgb(128,36,123); }
div.DivClassName
{
background-color: #80247B;
}
.BgClassName
{
background-color: #80247B;
}
</style>
border-color css
<style>
span { border-color: #80247B; }
span { border-color: rgb(128,36,123); }
td.TdClassName
{
border-color: #80247B;
}
.TagClassName
{
border-color: #80247B;
}
</style>