Shades of Purple #60046B
Tints of Purple #60046B
RGB
CMYK
RGB Variations
Color information
#60046B (or 0x60046B) is known color: Purple. HEX triplet: 60, 04 and 6B. RGB value is (96,4,107). Sum of RGB (Red+Green+Blue) = 96+4+107=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #60046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60046B is #9FFB94. Grayscale: #2A2A2A. Windows color (decimal): -10484629 or 7013472. OLE color: 7013472.
HSL color Cylindrical-coordinate representation of color #60046B: hue angle of 293.59º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60046B is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 4 | 107 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.58 |
| HSL | 293.59º | 0.93% | 0.22% | - |
| HSV(B) | 293.59º | 0.96% | 0.42% | - |
| XYZ | 7.52 | 3.64 | 14.22 | - |
| YUV | 43.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 107 | 0.10 | 0.96 | 0 | 0.58 | 293.59 | 0.93 | 0.22 |
| Hex | 60 | 4 | 6B | A | 60 | 0 | 3A | 126 | 5D | 16 |
| Octal | 140 | 4 | 153 | 12 | 140 | 0 | 72 | 446 | 135 | 26 |
| Binary | 1100000 | 100 | 1101011 | 1010 | 1100000 | 0 | 111010 | 100100110 | 1011101 | 10110 |
Color Harmonies of #60046B
Complementary color
Monochromatic Colors of #60046B
Black with #60046B
Text Example
Text Example
White with #60046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60046B; }
p { color: rgb(96,4,107); }
H1.HeaderClassName
{
color: #60046B;
}
.AnyTagClassName
{
color: #60046B;
}
</style>
background-color css
<style>
a { background-color: #60046B; }
a { background-color: rgb(96,4,107); }
div.DivClassName
{
background-color: #60046B;
}
.BgClassName
{
background-color: #60046B;
}
</style>
border-color css
<style>
span { border-color: #60046B; }
span { border-color: rgb(96,4,107); }
td.TdClassName
{
border-color: #60046B;
}
.TagClassName
{
border-color: #60046B;
}
</style>