Shades of Royal Purple #6342AA
Tints of Royal Purple #6342AA
RGB
CMYK
RGB Variations
Color information
#6342AA (or 0x6342AA) is known color: Royal Purple. HEX triplet: 63, 42 and AA. RGB value is (99,66,170). Sum of RGB (Red+Green+Blue) = 99+66+170=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #6342AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6342AA is #9CBD55. Grayscale: #575757. Windows color (decimal): -10272086 or 11158115. OLE color: 11158115.
HSL color Cylindrical-coordinate representation of color #6342AA: hue angle of 259.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6342AA is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 66 | 170 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.33 |
| HSL | 259.04º | 0.44% | 0.46% | - |
| HSV(B) | 259.04º | 0.61% | 0.67% | - |
| XYZ | 14.35 | 9.45 | 39.1 | - |
| YUV | 87.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 170 | 0.42 | 0.61 | 0 | 0.33 | 259.04 | 0.44 | 0.46 |
| Hex | 63 | 42 | AA | 2A | 3D | 0 | 21 | 103 | 2C | 2E |
| Octal | 143 | 102 | 252 | 52 | 75 | 0 | 41 | 403 | 54 | 56 |
| Binary | 1100011 | 1000010 | 10101010 | 101010 | 111101 | 0 | 100001 | 100000011 | 101100 | 101110 |
Color Harmonies of #6342AA
Complementary color
Monochromatic Colors of #6342AA
Black with #6342AA
Text Example
Text Example
White with #6342AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6342AA; }
p { color: rgb(99,66,170); }
H1.HeaderClassName
{
color: #6342AA;
}
.AnyTagClassName
{
color: #6342AA;
}
</style>
background-color css
<style>
a { background-color: #6342AA; }
a { background-color: rgb(99,66,170); }
div.DivClassName
{
background-color: #6342AA;
}
.BgClassName
{
background-color: #6342AA;
}
</style>
border-color css
<style>
span { border-color: #6342AA; }
span { border-color: rgb(99,66,170); }
td.TdClassName
{
border-color: #6342AA;
}
.TagClassName
{
border-color: #6342AA;
}
</style>