Shades of Royal Purple #6442AD
Tints of Royal Purple #6442AD
RGB
CMYK
RGB Variations
Color information
#6442AD (or 0x6442AD) is known color: Royal Purple. HEX triplet: 64, 42 and AD. RGB value is (100,66,173). Sum of RGB (Red+Green+Blue) = 100+66+173=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #6442AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6442AD is #9BBD52. Grayscale: #575757. Windows color (decimal): -10206547 or 11354724. OLE color: 11354724.
HSL color Cylindrical-coordinate representation of color #6442AD: hue angle of 259.07º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6442AD is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 66 | 173 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.32 |
| HSL | 259.07º | 0.45% | 0.47% | - |
| HSV(B) | 259.07º | 0.62% | 0.68% | - |
| XYZ | 14.75 | 9.62 | 40.62 | - |
| YUV | 88.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 173 | 0.42 | 0.62 | 0 | 0.32 | 259.07 | 0.45 | 0.47 |
| Hex | 64 | 42 | AD | 2A | 3E | 0 | 20 | 103 | 2D | 2F |
| Octal | 144 | 102 | 255 | 52 | 76 | 0 | 40 | 403 | 55 | 57 |
| Binary | 1100100 | 1000010 | 10101101 | 101010 | 111110 | 0 | 100000 | 100000011 | 101101 | 101111 |
Color Harmonies of #6442AD
Complementary color
Monochromatic Colors of #6442AD
Black with #6442AD
Text Example
Text Example
White with #6442AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6442AD; }
p { color: rgb(100,66,173); }
H1.HeaderClassName
{
color: #6442AD;
}
.AnyTagClassName
{
color: #6442AD;
}
</style>
background-color css
<style>
a { background-color: #6442AD; }
a { background-color: rgb(100,66,173); }
div.DivClassName
{
background-color: #6442AD;
}
.BgClassName
{
background-color: #6442AD;
}
</style>
border-color css
<style>
span { border-color: #6442AD; }
span { border-color: rgb(100,66,173); }
td.TdClassName
{
border-color: #6442AD;
}
.TagClassName
{
border-color: #6442AD;
}
</style>