Shades of Royal Purple #6444A3
Tints of Royal Purple #6444A3
RGB
CMYK
RGB Variations
Color information
#6444A3 (or 0x6444A3) is known color: Royal Purple. HEX triplet: 64, 44 and A3. RGB value is (100,68,163). Sum of RGB (Red+Green+Blue) = 100+68+163=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #6444A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6444A3 is #9BBB5C. Grayscale: #585858. Windows color (decimal): -10206045 or 10699876. OLE color: 10699876.
HSL color Cylindrical-coordinate representation of color #6444A3: hue angle of 260.21º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6444A3 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 68 | 163 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.36 |
| HSL | 260.21º | 0.41% | 0.45% | - |
| HSV(B) | 260.21º | 0.58% | 0.64% | - |
| XYZ | 13.93 | 9.49 | 35.75 | - |
| YUV | 88.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 163 | 0.39 | 0.58 | 0 | 0.36 | 260.21 | 0.41 | 0.45 |
| Hex | 64 | 44 | A3 | 27 | 3A | 0 | 24 | 104 | 29 | 2D |
| Octal | 144 | 104 | 243 | 47 | 72 | 0 | 44 | 404 | 51 | 55 |
| Binary | 1100100 | 1000100 | 10100011 | 100111 | 111010 | 0 | 100100 | 100000100 | 101001 | 101101 |
Color Harmonies of #6444A3
Complementary color
Monochromatic Colors of #6444A3
Black with #6444A3
Text Example
Text Example
White with #6444A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6444A3; }
p { color: rgb(100,68,163); }
H1.HeaderClassName
{
color: #6444A3;
}
.AnyTagClassName
{
color: #6444A3;
}
</style>
background-color css
<style>
a { background-color: #6444A3; }
a { background-color: rgb(100,68,163); }
div.DivClassName
{
background-color: #6444A3;
}
.BgClassName
{
background-color: #6444A3;
}
</style>
border-color css
<style>
span { border-color: #6444A3; }
span { border-color: rgb(100,68,163); }
td.TdClassName
{
border-color: #6444A3;
}
.TagClassName
{
border-color: #6444A3;
}
</style>