Shades of Han Purple #651BED
Tints of Han Purple #651BED
RGB
CMYK
RGB Variations
Color information
#651BED (or 0x651BED) is known color: Han Purple. HEX triplet: 65, 1B and ED. RGB value is (101,27,237). Sum of RGB (Red+Green+Blue) = 101+27+237=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #651BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651BED is #9AE412. Grayscale: #484848. Windows color (decimal): -10150931 or 15539045. OLE color: 15539045.
HSL color Cylindrical-coordinate representation of color #651BED: hue angle of 261.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #651BED is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 27 | 237 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.07 |
| HSL | 261.14º | 0.85% | 0.52% | - |
| HSV(B) | 261.14º | 0.89% | 0.93% | - |
| XYZ | 21.04 | 9.66 | 80.88 | - |
| YUV | 73.07 | 220.52 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 237 | 0.57 | 0.89 | 0 | 0.07 | 261.14 | 0.85 | 0.52 |
| Hex | 65 | 1B | ED | 39 | 59 | 0 | 7 | 105 | 55 | 34 |
| Octal | 145 | 33 | 355 | 71 | 131 | 0 | 7 | 405 | 125 | 64 |
| Binary | 1100101 | 11011 | 11101101 | 111001 | 1011001 | 0 | 111 | 100000101 | 1010101 | 110100 |
Color Harmonies of #651BED
Complementary color
Monochromatic Colors of #651BED
Black with #651BED
Text Example
Text Example
White with #651BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651BED; }
p { color: rgb(101,27,237); }
H1.HeaderClassName
{
color: #651BED;
}
.AnyTagClassName
{
color: #651BED;
}
</style>
background-color css
<style>
a { background-color: #651BED; }
a { background-color: rgb(101,27,237); }
div.DivClassName
{
background-color: #651BED;
}
.BgClassName
{
background-color: #651BED;
}
</style>
border-color css
<style>
span { border-color: #651BED; }
span { border-color: rgb(101,27,237); }
td.TdClassName
{
border-color: #651BED;
}
.TagClassName
{
border-color: #651BED;
}
</style>