Shades of Royal Purple #664195
Tints of Royal Purple #664195
RGB
CMYK
RGB Variations
Color information
#664195 (or 0x664195) is known color: Royal Purple. HEX triplet: 66, 41 and 95. RGB value is (102,65,149). Sum of RGB (Red+Green+Blue) = 102+65+149=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #664195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664195 is #99BE6A. Grayscale: #555555. Windows color (decimal): -10075755 or 9781606. OLE color: 9781606.
HSL color Cylindrical-coordinate representation of color #664195: hue angle of 266.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #664195 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 65 | 149 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.42 |
| HSL | 266.43º | 0.39% | 0.42% | - |
| HSV(B) | 266.43º | 0.56% | 0.58% | - |
| XYZ | 12.79 | 8.78 | 29.45 | - |
| YUV | 85.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 149 | 0.32 | 0.56 | 0 | 0.42 | 266.43 | 0.39 | 0.42 |
| Hex | 66 | 41 | 95 | 20 | 38 | 0 | 2A | 10A | 27 | 2A |
| Octal | 146 | 101 | 225 | 40 | 70 | 0 | 52 | 412 | 47 | 52 |
| Binary | 1100110 | 1000001 | 10010101 | 100000 | 111000 | 0 | 101010 | 100001010 | 100111 | 101010 |
Color Harmonies of #664195
Complementary color
Monochromatic Colors of #664195
Black with #664195
Text Example
Text Example
White with #664195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664195; }
p { color: rgb(102,65,149); }
H1.HeaderClassName
{
color: #664195;
}
.AnyTagClassName
{
color: #664195;
}
</style>
background-color css
<style>
a { background-color: #664195; }
a { background-color: rgb(102,65,149); }
div.DivClassName
{
background-color: #664195;
}
.BgClassName
{
background-color: #664195;
}
</style>
border-color css
<style>
span { border-color: #664195; }
span { border-color: rgb(102,65,149); }
td.TdClassName
{
border-color: #664195;
}
.TagClassName
{
border-color: #664195;
}
</style>