Shades of Palatinate Purple #621A68
Tints of Palatinate Purple #621A68
RGB
CMYK
RGB Variations
Color information
#621A68 (or 0x621A68) is known color: Palatinate Purple. HEX triplet: 62, 1A and 68. RGB value is (98,26,104). Sum of RGB (Red+Green+Blue) = 98+26+104=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #621A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A68 is #9DE597. Grayscale: #383838. Windows color (decimal): -10347928 or 6822498. OLE color: 6822498.
HSL color Cylindrical-coordinate representation of color #621A68: hue angle of 295.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #621A68 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 26 | 104 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.59 |
| HSL | 295.38º | 0.6% | 0.25% | - |
| HSV(B) | 295.38º | 0.75% | 0.41% | - |
| XYZ | 7.91 | 4.33 | 13.52 | - |
| YUV | 56.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 104 | 0.06 | 0.75 | 0 | 0.59 | 295.38 | 0.6 | 0.25 |
| Hex | 62 | 1A | 68 | 6 | 4B | 0 | 3B | 127 | 3C | 19 |
| Octal | 142 | 32 | 150 | 6 | 113 | 0 | 73 | 447 | 74 | 31 |
| Binary | 1100010 | 11010 | 1101000 | 110 | 1001011 | 0 | 111011 | 100100111 | 111100 | 11001 |
Color Harmonies of #621A68
Complementary color
Monochromatic Colors of #621A68
Black with #621A68
Text Example
Text Example
White with #621A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A68; }
p { color: rgb(98,26,104); }
H1.HeaderClassName
{
color: #621A68;
}
.AnyTagClassName
{
color: #621A68;
}
</style>
background-color css
<style>
a { background-color: #621A68; }
a { background-color: rgb(98,26,104); }
div.DivClassName
{
background-color: #621A68;
}
.BgClassName
{
background-color: #621A68;
}
</style>
border-color css
<style>
span { border-color: #621A68; }
span { border-color: rgb(98,26,104); }
td.TdClassName
{
border-color: #621A68;
}
.TagClassName
{
border-color: #621A68;
}
</style>