Shades of Han Purple #651DE0
Tints of Han Purple #651DE0
RGB
CMYK
RGB Variations
Color information
#651DE0 (or 0x651DE0) is known color: Han Purple. HEX triplet: 65, 1D and E0. RGB value is (101,29,224). Sum of RGB (Red+Green+Blue) = 101+29+224=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #651DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651DE0 is #9AE21F. Grayscale: #484848. Windows color (decimal): -10150432 or 14687589. OLE color: 14687589.
HSL color Cylindrical-coordinate representation of color #651DE0: hue angle of 262.15º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651DE0 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 29 | 224 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.12 |
| HSL | 262.15º | 0.77% | 0.5% | - |
| HSV(B) | 262.15º | 0.87% | 0.88% | - |
| XYZ | 19.26 | 9.03 | 71.25 | - |
| YUV | 72.76 | 213.35 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 224 | 0.55 | 0.87 | 0 | 0.12 | 262.15 | 0.77 | 0.5 |
| Hex | 65 | 1D | E0 | 37 | 57 | 0 | C | 106 | 4D | 32 |
| Octal | 145 | 35 | 340 | 67 | 127 | 0 | 14 | 406 | 115 | 62 |
| Binary | 1100101 | 11101 | 11100000 | 110111 | 1010111 | 0 | 1100 | 100000110 | 1001101 | 110010 |
Color Harmonies of #651DE0
Complementary color
Monochromatic Colors of #651DE0
Black with #651DE0
Text Example
Text Example
White with #651DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651DE0; }
p { color: rgb(101,29,224); }
H1.HeaderClassName
{
color: #651DE0;
}
.AnyTagClassName
{
color: #651DE0;
}
</style>
background-color css
<style>
a { background-color: #651DE0; }
a { background-color: rgb(101,29,224); }
div.DivClassName
{
background-color: #651DE0;
}
.BgClassName
{
background-color: #651DE0;
}
</style>
border-color css
<style>
span { border-color: #651DE0; }
span { border-color: rgb(101,29,224); }
td.TdClassName
{
border-color: #651DE0;
}
.TagClassName
{
border-color: #651DE0;
}
</style>