Shades of Royal Purple #64269C
Tints of Royal Purple #64269C
RGB
CMYK
RGB Variations
Color information
#64269C (or 0x64269C) is known color: Royal Purple. HEX triplet: 64, 26 and 9C. RGB value is (100,38,156). Sum of RGB (Red+Green+Blue) = 100+38+156=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #64269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64269C is #9BD963. Grayscale: #454545. Windows color (decimal): -10213732 or 10233444. OLE color: 10233444.
HSL color Cylindrical-coordinate representation of color #64269C: hue angle of 271.53º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64269C is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 38 | 156 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.39 |
| HSL | 271.53º | 0.61% | 0.38% | - |
| HSV(B) | 271.53º | 0.76% | 0.61% | - |
| XYZ | 11.95 | 6.5 | 32.08 | - |
| YUV | 69.99 | 176.54 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 156 | 0.36 | 0.76 | 0 | 0.39 | 271.53 | 0.61 | 0.38 |
| Hex | 64 | 26 | 9C | 24 | 4C | 0 | 27 | 110 | 3D | 26 |
| Octal | 144 | 46 | 234 | 44 | 114 | 0 | 47 | 420 | 75 | 46 |
| Binary | 1100100 | 100110 | 10011100 | 100100 | 1001100 | 0 | 100111 | 100010000 | 111101 | 100110 |
Color Harmonies of #64269C
Complementary color
Monochromatic Colors of #64269C
Black with #64269C
Text Example
Text Example
White with #64269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64269C; }
p { color: rgb(100,38,156); }
H1.HeaderClassName
{
color: #64269C;
}
.AnyTagClassName
{
color: #64269C;
}
</style>
background-color css
<style>
a { background-color: #64269C; }
a { background-color: rgb(100,38,156); }
div.DivClassName
{
background-color: #64269C;
}
.BgClassName
{
background-color: #64269C;
}
</style>
border-color css
<style>
span { border-color: #64269C; }
span { border-color: rgb(100,38,156); }
td.TdClassName
{
border-color: #64269C;
}
.TagClassName
{
border-color: #64269C;
}
</style>