Shades of Royal Purple #6417A1
Tints of Royal Purple #6417A1
RGB
CMYK
RGB Variations
Color information
#6417A1 (or 0x6417A1) is known color: Royal Purple. HEX triplet: 64, 17 and A1. RGB value is (100,23,161). Sum of RGB (Red+Green+Blue) = 100+23+161=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 161 (63.28% from 255 or 56.69% from 284); Max value from RGB is 161 - color contains mainly: blue. Hex color #6417A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6417A1 is #9BE85E. Grayscale: #3D3D3D. Windows color (decimal): -10217567 or 10557284. OLE color: 10557284.
HSL color Cylindrical-coordinate representation of color #6417A1: hue angle of 273.48º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6417A1 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 23 | 161 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.37 |
| HSL | 273.48º | 0.75% | 0.36% | - |
| HSV(B) | 273.48º | 0.86% | 0.63% | - |
| XYZ | 11.99 | 5.9 | 34.22 | - |
| YUV | 61.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 161 | 0.38 | 0.86 | 0 | 0.37 | 273.48 | 0.75 | 0.36 |
| Hex | 64 | 17 | A1 | 26 | 56 | 0 | 25 | 111 | 4B | 24 |
| Octal | 144 | 27 | 241 | 46 | 126 | 0 | 45 | 421 | 113 | 44 |
| Binary | 1100100 | 10111 | 10100001 | 100110 | 1010110 | 0 | 100101 | 100010001 | 1001011 | 100100 |
Color Harmonies of #6417A1
Complementary color
Monochromatic Colors of #6417A1
Black with #6417A1
Text Example
Text Example
White with #6417A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6417A1; }
p { color: rgb(100,23,161); }
H1.HeaderClassName
{
color: #6417A1;
}
.AnyTagClassName
{
color: #6417A1;
}
</style>
background-color css
<style>
a { background-color: #6417A1; }
a { background-color: rgb(100,23,161); }
div.DivClassName
{
background-color: #6417A1;
}
.BgClassName
{
background-color: #6417A1;
}
</style>
border-color css
<style>
span { border-color: #6417A1; }
span { border-color: rgb(100,23,161); }
td.TdClassName
{
border-color: #6417A1;
}
.TagClassName
{
border-color: #6417A1;
}
</style>