Shades of Royal Purple #651D9C
Tints of Royal Purple #651D9C
RGB
CMYK
RGB Variations
Color information
#651D9C (or 0x651D9C) is known color: Royal Purple. HEX triplet: 65, 1D and 9C. RGB value is (101,29,156). Sum of RGB (Red+Green+Blue) = 101+29+156=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #651D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651D9C is #9AE263. Grayscale: #404040. Windows color (decimal): -10150500 or 10231141. OLE color: 10231141.
HSL color Cylindrical-coordinate representation of color #651D9C: hue angle of 274.02º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651D9C is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 29 | 156 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.39 |
| HSL | 274.02º | 0.69% | 0.36% | - |
| HSV(B) | 274.02º | 0.81% | 0.61% | - |
| XYZ | 11.81 | 6.05 | 32 | - |
| YUV | 65.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 156 | 0.35 | 0.81 | 0 | 0.39 | 274.02 | 0.69 | 0.36 |
| Hex | 65 | 1D | 9C | 23 | 51 | 0 | 27 | 112 | 45 | 24 |
| Octal | 145 | 35 | 234 | 43 | 121 | 0 | 47 | 422 | 105 | 44 |
| Binary | 1100101 | 11101 | 10011100 | 100011 | 1010001 | 0 | 100111 | 100010010 | 1000101 | 100100 |
Color Harmonies of #651D9C
Complementary color
Monochromatic Colors of #651D9C
Black with #651D9C
Text Example
Text Example
White with #651D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D9C; }
p { color: rgb(101,29,156); }
H1.HeaderClassName
{
color: #651D9C;
}
.AnyTagClassName
{
color: #651D9C;
}
</style>
background-color css
<style>
a { background-color: #651D9C; }
a { background-color: rgb(101,29,156); }
div.DivClassName
{
background-color: #651D9C;
}
.BgClassName
{
background-color: #651D9C;
}
</style>
border-color css
<style>
span { border-color: #651D9C; }
span { border-color: rgb(101,29,156); }
td.TdClassName
{
border-color: #651D9C;
}
.TagClassName
{
border-color: #651D9C;
}
</style>