Shades of Royal Purple #64229B
Tints of Royal Purple #64229B
RGB
CMYK
RGB Variations
Color information
#64229B (or 0x64229B) is known color: Royal Purple. HEX triplet: 64, 22 and 9B. RGB value is (100,34,155). Sum of RGB (Red+Green+Blue) = 100+34+155=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #64229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64229B is #9BDD64. Grayscale: #434343. Windows color (decimal): -10214757 or 10166884. OLE color: 10166884.
HSL color Cylindrical-coordinate representation of color #64229B: hue angle of 272.73º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64229B is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 34 | 155 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.39 |
| HSL | 272.73º | 0.64% | 0.37% | - |
| HSV(B) | 272.73º | 0.78% | 0.61% | - |
| XYZ | 11.74 | 6.22 | 31.59 | - |
| YUV | 67.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 155 | 0.35 | 0.78 | 0 | 0.39 | 272.73 | 0.64 | 0.37 |
| Hex | 64 | 22 | 9B | 23 | 4E | 0 | 27 | 111 | 40 | 25 |
| Octal | 144 | 42 | 233 | 43 | 116 | 0 | 47 | 421 | 100 | 45 |
| Binary | 1100100 | 100010 | 10011011 | 100011 | 1001110 | 0 | 100111 | 100010001 | 1000000 | 100101 |
Color Harmonies of #64229B
Complementary color
Monochromatic Colors of #64229B
Black with #64229B
Text Example
Text Example
White with #64229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64229B; }
p { color: rgb(100,34,155); }
H1.HeaderClassName
{
color: #64229B;
}
.AnyTagClassName
{
color: #64229B;
}
</style>
background-color css
<style>
a { background-color: #64229B; }
a { background-color: rgb(100,34,155); }
div.DivClassName
{
background-color: #64229B;
}
.BgClassName
{
background-color: #64229B;
}
</style>
border-color css
<style>
span { border-color: #64229B; }
span { border-color: rgb(100,34,155); }
td.TdClassName
{
border-color: #64229B;
}
.TagClassName
{
border-color: #64229B;
}
</style>