Shades of Royal Purple #64369D
Tints of Royal Purple #64369D
RGB
CMYK
RGB Variations
Color information
#64369D (or 0x64369D) is known color: Royal Purple. HEX triplet: 64, 36 and 9D. RGB value is (100,54,157). Sum of RGB (Red+Green+Blue) = 100+54+157=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #64369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64369D is #9BC962. Grayscale: #4F4F4F. Windows color (decimal): -10209635 or 10303076. OLE color: 10303076.
HSL color Cylindrical-coordinate representation of color #64369D: hue angle of 266.8º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64369D is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 54 | 157 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.38 |
| HSL | 266.8º | 0.49% | 0.41% | - |
| HSV(B) | 266.8º | 0.66% | 0.62% | - |
| XYZ | 12.66 | 7.78 | 32.73 | - |
| YUV | 79.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 157 | 0.36 | 0.66 | 0 | 0.38 | 266.8 | 0.49 | 0.41 |
| Hex | 64 | 36 | 9D | 24 | 42 | 0 | 26 | 10B | 31 | 29 |
| Octal | 144 | 66 | 235 | 44 | 102 | 0 | 46 | 413 | 61 | 51 |
| Binary | 1100100 | 110110 | 10011101 | 100100 | 1000010 | 0 | 100110 | 100001011 | 110001 | 101001 |
Color Harmonies of #64369D
Complementary color
Monochromatic Colors of #64369D
Black with #64369D
Text Example
Text Example
White with #64369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64369D; }
p { color: rgb(100,54,157); }
H1.HeaderClassName
{
color: #64369D;
}
.AnyTagClassName
{
color: #64369D;
}
</style>
background-color css
<style>
a { background-color: #64369D; }
a { background-color: rgb(100,54,157); }
div.DivClassName
{
background-color: #64369D;
}
.BgClassName
{
background-color: #64369D;
}
</style>
border-color css
<style>
span { border-color: #64369D; }
span { border-color: rgb(100,54,157); }
td.TdClassName
{
border-color: #64369D;
}
.TagClassName
{
border-color: #64369D;
}
</style>