Shades of Royal Purple #6641A4
Tints of Royal Purple #6641A4
RGB
CMYK
RGB Variations
Color information
#6641A4 (or 0x6641A4) is known color: Royal Purple. HEX triplet: 66, 41 and A4. RGB value is (102,65,164). Sum of RGB (Red+Green+Blue) = 102+65+164=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #6641A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6641A4 is #99BE5B. Grayscale: #565656. Windows color (decimal): -10075740 or 10764646. OLE color: 10764646.
HSL color Cylindrical-coordinate representation of color #6641A4: hue angle of 262.42º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6641A4 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 65 | 164 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.36 |
| HSL | 262.42º | 0.43% | 0.45% | - |
| HSV(B) | 262.42º | 0.6% | 0.64% | - |
| XYZ | 14.07 | 9.29 | 36.17 | - |
| YUV | 87.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 164 | 0.38 | 0.60 | 0 | 0.36 | 262.42 | 0.43 | 0.45 |
| Hex | 66 | 41 | A4 | 26 | 3C | 0 | 24 | 106 | 2B | 2D |
| Octal | 146 | 101 | 244 | 46 | 74 | 0 | 44 | 406 | 53 | 55 |
| Binary | 1100110 | 1000001 | 10100100 | 100110 | 111100 | 0 | 100100 | 100000110 | 101011 | 101101 |
Color Harmonies of #6641A4
Complementary color
Monochromatic Colors of #6641A4
Black with #6641A4
Text Example
Text Example
White with #6641A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641A4; }
p { color: rgb(102,65,164); }
H1.HeaderClassName
{
color: #6641A4;
}
.AnyTagClassName
{
color: #6641A4;
}
</style>
background-color css
<style>
a { background-color: #6641A4; }
a { background-color: rgb(102,65,164); }
div.DivClassName
{
background-color: #6641A4;
}
.BgClassName
{
background-color: #6641A4;
}
</style>
border-color css
<style>
span { border-color: #6641A4; }
span { border-color: rgb(102,65,164); }
td.TdClassName
{
border-color: #6641A4;
}
.TagClassName
{
border-color: #6641A4;
}
</style>