Shades of Palatinate Purple #6B045A
Tints of Palatinate Purple #6B045A
RGB
CMYK
RGB Variations
Color information
#6B045A (or 0x6B045A) is known color: Palatinate Purple. HEX triplet: 6B, 04 and 5A. RGB value is (107,4,90). Sum of RGB (Red+Green+Blue) = 107+4+90=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B045A is #94FBA5. Grayscale: #2C2C2C. Windows color (decimal): -9763750 or 5899371. OLE color: 5899371.
HSL color Cylindrical-coordinate representation of color #6B045A: hue angle of 309.9º 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 #6B045A is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 90 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.58 |
| HSL | 309.9º | 0.93% | 0.22% | - |
| HSV(B) | 309.9º | 0.96% | 0.42% | - |
| XYZ | 7.95 | 3.95 | 10.02 | - |
| YUV | 44.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 90 | 0 | 0.96 | 0.16 | 0.58 | 309.9 | 0.93 | 0.22 |
| Hex | 6B | 4 | 5A | 0 | 60 | 10 | 3A | 136 | 5D | 16 |
| Octal | 153 | 4 | 132 | 0 | 140 | 20 | 72 | 466 | 135 | 26 |
| Binary | 1101011 | 100 | 1011010 | 0 | 1100000 | 10000 | 111010 | 100110110 | 1011101 | 10110 |
Color Harmonies of #6B045A
Complementary color
Monochromatic Colors of #6B045A
Black with #6B045A
Text Example
Text Example
White with #6B045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B045A; }
p { color: rgb(107,4,90); }
H1.HeaderClassName
{
color: #6B045A;
}
.AnyTagClassName
{
color: #6B045A;
}
</style>
background-color css
<style>
a { background-color: #6B045A; }
a { background-color: rgb(107,4,90); }
div.DivClassName
{
background-color: #6B045A;
}
.BgClassName
{
background-color: #6B045A;
}
</style>
border-color css
<style>
span { border-color: #6B045A; }
span { border-color: rgb(107,4,90); }
td.TdClassName
{
border-color: #6B045A;
}
.TagClassName
{
border-color: #6B045A;
}
</style>