Shades of Royal Purple #6428A8
Tints of Royal Purple #6428A8
RGB
CMYK
RGB Variations
Color information
#6428A8 (or 0x6428A8) is known color: Royal Purple. HEX triplet: 64, 28 and A8. RGB value is (100,40,168). Sum of RGB (Red+Green+Blue) = 100+40+168=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 168 (66.02% from 255 or 54.55% from 308); Max value from RGB is 168 - color contains mainly: blue. Hex color #6428A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6428A8 is #9BD757. Grayscale: #484848. Windows color (decimal): -10213208 or 11020388. OLE color: 11020388.
HSL color Cylindrical-coordinate representation of color #6428A8: hue angle of 268.12º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6428A8 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 40 | 168 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.34 |
| HSL | 268.13º | 0.62% | 0.41% | - |
| HSV(B) | 268.13º | 0.76% | 0.66% | - |
| XYZ | 13.08 | 7.05 | 37.72 | - |
| YUV | 72.53 | 181.88 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 168 | 0.40 | 0.76 | 0 | 0.34 | 268.13 | 0.62 | 0.41 |
| Hex | 64 | 28 | A8 | 28 | 4C | 0 | 22 | 10C | 3E | 29 |
| Octal | 144 | 50 | 250 | 50 | 114 | 0 | 42 | 414 | 76 | 51 |
| Binary | 1100100 | 101000 | 10101000 | 101000 | 1001100 | 0 | 100010 | 100001100 | 111110 | 101001 |
Color Harmonies of #6428A8
Complementary color
Monochromatic Colors of #6428A8
Black with #6428A8
Text Example
Text Example
White with #6428A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6428A8; }
p { color: rgb(100,40,168); }
H1.HeaderClassName
{
color: #6428A8;
}
.AnyTagClassName
{
color: #6428A8;
}
</style>
background-color css
<style>
a { background-color: #6428A8; }
a { background-color: rgb(100,40,168); }
div.DivClassName
{
background-color: #6428A8;
}
.BgClassName
{
background-color: #6428A8;
}
</style>
border-color css
<style>
span { border-color: #6428A8; }
span { border-color: rgb(100,40,168); }
td.TdClassName
{
border-color: #6428A8;
}
.TagClassName
{
border-color: #6428A8;
}
</style>