Shades of Palatinate Purple #6B045E
Tints of Palatinate Purple #6B045E
RGB
CMYK
RGB Variations
Color information
#6B045E (or 0x6B045E) is known color: Palatinate Purple. HEX triplet: 6B, 04 and 5E. RGB value is (107,4,94). Sum of RGB (Red+Green+Blue) = 107+4+94=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B045E is #94FBA1. Grayscale: #2C2C2C. Windows color (decimal): -9763746 or 6161515. OLE color: 6161515.
HSL color Cylindrical-coordinate representation of color #6B045E: hue angle of 307.57º 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 #6B045E is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 94 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.58 |
| HSL | 307.57º | 0.93% | 0.22% | - |
| HSV(B) | 307.57º | 0.96% | 0.42% | - |
| XYZ | 8.13 | 4.02 | 10.94 | - |
| YUV | 45.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 94 | 0 | 0.96 | 0.12 | 0.58 | 307.57 | 0.93 | 0.22 |
| Hex | 6B | 4 | 5E | 0 | 60 | C | 3A | 134 | 5D | 16 |
| Octal | 153 | 4 | 136 | 0 | 140 | 14 | 72 | 464 | 135 | 26 |
| Binary | 1101011 | 100 | 1011110 | 0 | 1100000 | 1100 | 111010 | 100110100 | 1011101 | 10110 |
Color Harmonies of #6B045E
Complementary color
Monochromatic Colors of #6B045E
Black with #6B045E
Text Example
Text Example
White with #6B045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B045E; }
p { color: rgb(107,4,94); }
H1.HeaderClassName
{
color: #6B045E;
}
.AnyTagClassName
{
color: #6B045E;
}
</style>
background-color css
<style>
a { background-color: #6B045E; }
a { background-color: rgb(107,4,94); }
div.DivClassName
{
background-color: #6B045E;
}
.BgClassName
{
background-color: #6B045E;
}
</style>
border-color css
<style>
span { border-color: #6B045E; }
span { border-color: rgb(107,4,94); }
td.TdClassName
{
border-color: #6B045E;
}
.TagClassName
{
border-color: #6B045E;
}
</style>