Shades of Royal Purple #6437A0
Tints of Royal Purple #6437A0
RGB
CMYK
RGB Variations
Color information
#6437A0 (or 0x6437A0) is known color: Royal Purple. HEX triplet: 64, 37 and A0. RGB value is (100,55,160). Sum of RGB (Red+Green+Blue) = 100+55+160=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #6437A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6437A0 is #9BC85F. Grayscale: #505050. Windows color (decimal): -10209376 or 10499940. OLE color: 10499940.
HSL color Cylindrical-coordinate representation of color #6437A0: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6437A0 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 55 | 160 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.37 |
| HSL | 265.71º | 0.49% | 0.42% | - |
| HSV(B) | 265.71º | 0.66% | 0.63% | - |
| XYZ | 12.97 | 7.98 | 34.11 | - |
| YUV | 80.43 | 172.91 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 55 | 160 | 0.38 | 0.66 | 0 | 0.37 | 265.71 | 0.49 | 0.42 |
| Hex | 64 | 37 | A0 | 26 | 42 | 0 | 25 | 10A | 31 | 2A |
| Octal | 144 | 67 | 240 | 46 | 102 | 0 | 45 | 412 | 61 | 52 |
| Binary | 1100100 | 110111 | 10100000 | 100110 | 1000010 | 0 | 100101 | 100001010 | 110001 | 101010 |
Color Harmonies of #6437A0
Complementary color
Monochromatic Colors of #6437A0
Black with #6437A0
Text Example
Text Example
White with #6437A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6437A0; }
p { color: rgb(100,55,160); }
H1.HeaderClassName
{
color: #6437A0;
}
.AnyTagClassName
{
color: #6437A0;
}
</style>
background-color css
<style>
a { background-color: #6437A0; }
a { background-color: rgb(100,55,160); }
div.DivClassName
{
background-color: #6437A0;
}
.BgClassName
{
background-color: #6437A0;
}
</style>
border-color css
<style>
span { border-color: #6437A0; }
span { border-color: rgb(100,55,160); }
td.TdClassName
{
border-color: #6437A0;
}
.TagClassName
{
border-color: #6437A0;
}
</style>