Shades of Han Purple #651CEC
Tints of Han Purple #651CEC
RGB
CMYK
RGB Variations
Color information
#651CEC (or 0x651CEC) is known color: Han Purple. HEX triplet: 65, 1C and EC. RGB value is (101,28,236). Sum of RGB (Red+Green+Blue) = 101+28+236=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #651CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651CEC is #9AE313. Grayscale: #484848. Windows color (decimal): -10150676 or 15473765. OLE color: 15473765.
HSL color Cylindrical-coordinate representation of color #651CEC: hue angle of 261.06º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651CEC is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 28 | 236 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.07 |
| HSL | 261.06º | 0.85% | 0.52% | - |
| HSV(B) | 261.06º | 0.88% | 0.93% | - |
| XYZ | 20.92 | 9.65 | 80.12 | - |
| YUV | 73.54 | 219.68 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 236 | 0.57 | 0.88 | 0 | 0.07 | 261.06 | 0.85 | 0.52 |
| Hex | 65 | 1C | EC | 39 | 58 | 0 | 7 | 105 | 55 | 34 |
| Octal | 145 | 34 | 354 | 71 | 130 | 0 | 7 | 405 | 125 | 64 |
| Binary | 1100101 | 11100 | 11101100 | 111001 | 1011000 | 0 | 111 | 100000101 | 1010101 | 110100 |
Color Harmonies of #651CEC
Complementary color
Monochromatic Colors of #651CEC
Black with #651CEC
Text Example
Text Example
White with #651CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651CEC; }
p { color: rgb(101,28,236); }
H1.HeaderClassName
{
color: #651CEC;
}
.AnyTagClassName
{
color: #651CEC;
}
</style>
background-color css
<style>
a { background-color: #651CEC; }
a { background-color: rgb(101,28,236); }
div.DivClassName
{
background-color: #651CEC;
}
.BgClassName
{
background-color: #651CEC;
}
</style>
border-color css
<style>
span { border-color: #651CEC; }
span { border-color: rgb(101,28,236); }
td.TdClassName
{
border-color: #651CEC;
}
.TagClassName
{
border-color: #651CEC;
}
</style>