Shades of Royal Purple #651EA4
Tints of Royal Purple #651EA4
RGB
CMYK
RGB Variations
Color information
#651EA4 (or 0x651EA4) is known color: Royal Purple. HEX triplet: 65, 1E and A4. RGB value is (101,30,164). Sum of RGB (Red+Green+Blue) = 101+30+164=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 164 (64.45% from 255 or 55.59% from 295); Max value from RGB is 164 - color contains mainly: blue. Hex color #651EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651EA4 is #9AE15B. Grayscale: #424242. Windows color (decimal): -10150236 or 10755685. OLE color: 10755685.
HSL color Cylindrical-coordinate representation of color #651EA4: hue angle of 271.79º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651EA4 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 30 | 164 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.36 |
| HSL | 271.79º | 0.69% | 0.38% | - |
| HSV(B) | 271.79º | 0.82% | 0.64% | - |
| XYZ | 12.53 | 6.38 | 35.69 | - |
| YUV | 66.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 164 | 0.38 | 0.82 | 0 | 0.36 | 271.79 | 0.69 | 0.38 |
| Hex | 65 | 1E | A4 | 26 | 52 | 0 | 24 | 110 | 45 | 26 |
| Octal | 145 | 36 | 244 | 46 | 122 | 0 | 44 | 420 | 105 | 46 |
| Binary | 1100101 | 11110 | 10100100 | 100110 | 1010010 | 0 | 100100 | 100010000 | 1000101 | 100110 |
Color Harmonies of #651EA4
Complementary color
Monochromatic Colors of #651EA4
Black with #651EA4
Text Example
Text Example
White with #651EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EA4; }
p { color: rgb(101,30,164); }
H1.HeaderClassName
{
color: #651EA4;
}
.AnyTagClassName
{
color: #651EA4;
}
</style>
background-color css
<style>
a { background-color: #651EA4; }
a { background-color: rgb(101,30,164); }
div.DivClassName
{
background-color: #651EA4;
}
.BgClassName
{
background-color: #651EA4;
}
</style>
border-color css
<style>
span { border-color: #651EA4; }
span { border-color: rgb(101,30,164); }
td.TdClassName
{
border-color: #651EA4;
}
.TagClassName
{
border-color: #651EA4;
}
</style>