Shades of Han Purple #651BE0
Tints of Han Purple #651BE0
RGB
CMYK
RGB Variations
Color information
#651BE0 (or 0x651BE0) is known color: Han Purple. HEX triplet: 65, 1B and E0. RGB value is (101,27,224). Sum of RGB (Red+Green+Blue) = 101+27+224=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #651BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651BE0 is #9AE41F. Grayscale: #464646. Windows color (decimal): -10150944 or 14687077. OLE color: 14687077.
HSL color Cylindrical-coordinate representation of color #651BE0: hue angle of 262.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651BE0 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 27 | 224 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.12 |
| HSL | 262.54º | 0.78% | 0.49% | - |
| HSV(B) | 262.54º | 0.88% | 0.88% | - |
| XYZ | 19.21 | 8.93 | 71.23 | - |
| YUV | 71.58 | 214.02 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 224 | 0.55 | 0.88 | 0 | 0.12 | 262.54 | 0.78 | 0.49 |
| Hex | 65 | 1B | E0 | 37 | 58 | 0 | C | 107 | 4E | 31 |
| Octal | 145 | 33 | 340 | 67 | 130 | 0 | 14 | 407 | 116 | 61 |
| Binary | 1100101 | 11011 | 11100000 | 110111 | 1011000 | 0 | 1100 | 100000111 | 1001110 | 110001 |
Color Harmonies of #651BE0
Complementary color
Monochromatic Colors of #651BE0
Black with #651BE0
Text Example
Text Example
White with #651BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651BE0; }
p { color: rgb(101,27,224); }
H1.HeaderClassName
{
color: #651BE0;
}
.AnyTagClassName
{
color: #651BE0;
}
</style>
background-color css
<style>
a { background-color: #651BE0; }
a { background-color: rgb(101,27,224); }
div.DivClassName
{
background-color: #651BE0;
}
.BgClassName
{
background-color: #651BE0;
}
</style>
border-color css
<style>
span { border-color: #651BE0; }
span { border-color: rgb(101,27,224); }
td.TdClassName
{
border-color: #651BE0;
}
.TagClassName
{
border-color: #651BE0;
}
</style>