Shades of Palatinate Purple #621B68
Tints of Palatinate Purple #621B68
RGB
CMYK
RGB Variations
Color information
#621B68 (or 0x621B68) is known color: Palatinate Purple. HEX triplet: 62, 1B and 68. RGB value is (98,27,104). Sum of RGB (Red+Green+Blue) = 98+27+104=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #621B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621B68 is #9DE497. Grayscale: #383838. Windows color (decimal): -10347672 or 6822754. OLE color: 6822754.
HSL color Cylindrical-coordinate representation of color #621B68: hue angle of 295.32º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621B68 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 27 | 104 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.59 |
| HSL | 295.32º | 0.59% | 0.26% | - |
| HSV(B) | 295.32º | 0.74% | 0.41% | - |
| XYZ | 7.93 | 4.38 | 13.52 | - |
| YUV | 57.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 104 | 0.06 | 0.74 | 0 | 0.59 | 295.32 | 0.59 | 0.26 |
| Hex | 62 | 1B | 68 | 6 | 4A | 0 | 3B | 127 | 3B | 1A |
| Octal | 142 | 33 | 150 | 6 | 112 | 0 | 73 | 447 | 73 | 32 |
| Binary | 1100010 | 11011 | 1101000 | 110 | 1001010 | 0 | 111011 | 100100111 | 111011 | 11010 |
Color Harmonies of #621B68
Complementary color
Monochromatic Colors of #621B68
Black with #621B68
Text Example
Text Example
White with #621B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B68; }
p { color: rgb(98,27,104); }
H1.HeaderClassName
{
color: #621B68;
}
.AnyTagClassName
{
color: #621B68;
}
</style>
background-color css
<style>
a { background-color: #621B68; }
a { background-color: rgb(98,27,104); }
div.DivClassName
{
background-color: #621B68;
}
.BgClassName
{
background-color: #621B68;
}
</style>
border-color css
<style>
span { border-color: #621B68; }
span { border-color: rgb(98,27,104); }
td.TdClassName
{
border-color: #621B68;
}
.TagClassName
{
border-color: #621B68;
}
</style>