Shades of Royal Purple #64369C
Tints of Royal Purple #64369C
RGB
CMYK
RGB Variations
Color information
#64369C (or 0x64369C) is known color: Royal Purple. HEX triplet: 64, 36 and 9C. RGB value is (100,54,156). Sum of RGB (Red+Green+Blue) = 100+54+156=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #64369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64369C is #9BC963. Grayscale: #4F4F4F. Windows color (decimal): -10209636 or 10237540. OLE color: 10237540.
HSL color Cylindrical-coordinate representation of color #64369C: hue angle of 267.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64369C is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 54 | 156 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.39 |
| HSL | 267.06º | 0.49% | 0.41% | - |
| HSV(B) | 267.06º | 0.65% | 0.61% | - |
| XYZ | 12.58 | 7.75 | 32.29 | - |
| YUV | 79.38 | 171.24 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 156 | 0.36 | 0.65 | 0 | 0.39 | 267.06 | 0.49 | 0.41 |
| Hex | 64 | 36 | 9C | 24 | 41 | 0 | 27 | 10B | 31 | 29 |
| Octal | 144 | 66 | 234 | 44 | 101 | 0 | 47 | 413 | 61 | 51 |
| Binary | 1100100 | 110110 | 10011100 | 100100 | 1000001 | 0 | 100111 | 100001011 | 110001 | 101001 |
Color Harmonies of #64369C
Complementary color
Monochromatic Colors of #64369C
Black with #64369C
Text Example
Text Example
White with #64369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64369C; }
p { color: rgb(100,54,156); }
H1.HeaderClassName
{
color: #64369C;
}
.AnyTagClassName
{
color: #64369C;
}
</style>
background-color css
<style>
a { background-color: #64369C; }
a { background-color: rgb(100,54,156); }
div.DivClassName
{
background-color: #64369C;
}
.BgClassName
{
background-color: #64369C;
}
</style>
border-color css
<style>
span { border-color: #64369C; }
span { border-color: rgb(100,54,156); }
td.TdClassName
{
border-color: #64369C;
}
.TagClassName
{
border-color: #64369C;
}
</style>