Shades of Palatinate Purple #6B1E58
Tints of Palatinate Purple #6B1E58
RGB
CMYK
RGB Variations
Color information
#6B1E58 (or 0x6B1E58) is known color: Palatinate Purple. HEX triplet: 6B, 1E and 58. RGB value is (107,30,88). Sum of RGB (Red+Green+Blue) = 107+30+88=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1E58 is #94E1A7. Grayscale: #3B3B3B. Windows color (decimal): -9757096 or 5774955. OLE color: 5774955.
HSL color Cylindrical-coordinate representation of color #6B1E58: hue angle of 314.81º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B1E58 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 30 | 88 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.58 |
| HSL | 314.81º | 0.56% | 0.27% | - |
| HSV(B) | 314.81º | 0.72% | 0.42% | - |
| XYZ | 8.29 | 4.76 | 9.71 | - |
| YUV | 59.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 88 | 0 | 0.72 | 0.18 | 0.58 | 314.81 | 0.56 | 0.27 |
| Hex | 6B | 1E | 58 | 0 | 48 | 12 | 3A | 13B | 38 | 1B |
| Octal | 153 | 36 | 130 | 0 | 110 | 22 | 72 | 473 | 70 | 33 |
| Binary | 1101011 | 11110 | 1011000 | 0 | 1001000 | 10010 | 111010 | 100111011 | 111000 | 11011 |
Color Harmonies of #6B1E58
Complementary color
Monochromatic Colors of #6B1E58
Black with #6B1E58
Text Example
Text Example
White with #6B1E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1E58; }
p { color: rgb(107,30,88); }
H1.HeaderClassName
{
color: #6B1E58;
}
.AnyTagClassName
{
color: #6B1E58;
}
</style>
background-color css
<style>
a { background-color: #6B1E58; }
a { background-color: rgb(107,30,88); }
div.DivClassName
{
background-color: #6B1E58;
}
.BgClassName
{
background-color: #6B1E58;
}
</style>
border-color css
<style>
span { border-color: #6B1E58; }
span { border-color: rgb(107,30,88); }
td.TdClassName
{
border-color: #6B1E58;
}
.TagClassName
{
border-color: #6B1E58;
}
</style>