Shades of Han Purple #661BEC
Tints of Han Purple #661BEC
RGB
CMYK
RGB Variations
Color information
#661BEC (or 0x661BEC) is known color: Han Purple. HEX triplet: 66, 1B and EC. RGB value is (102,27,236). Sum of RGB (Red+Green+Blue) = 102+27+236=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 27 (10.94% from 255 or 7.40% 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 #661BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661BEC is #99E413. Grayscale: #484848. Windows color (decimal): -10085396 or 15473510. OLE color: 15473510.
HSL color Cylindrical-coordinate representation of color #661BEC: hue angle of 261.53º 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 #661BEC is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 27 | 236 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.07 |
| HSL | 261.53º | 0.85% | 0.52% | - |
| HSV(B) | 261.53º | 0.89% | 0.93% | - |
| XYZ | 21.01 | 9.66 | 80.11 | - |
| YUV | 73.25 | 219.85 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 236 | 0.57 | 0.89 | 0 | 0.07 | 261.53 | 0.85 | 0.52 |
| Hex | 66 | 1B | EC | 39 | 59 | 0 | 7 | 106 | 55 | 34 |
| Octal | 146 | 33 | 354 | 71 | 131 | 0 | 7 | 406 | 125 | 64 |
| Binary | 1100110 | 11011 | 11101100 | 111001 | 1011001 | 0 | 111 | 100000110 | 1010101 | 110100 |
Color Harmonies of #661BEC
Complementary color
Monochromatic Colors of #661BEC
Black with #661BEC
Text Example
Text Example
White with #661BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BEC; }
p { color: rgb(102,27,236); }
H1.HeaderClassName
{
color: #661BEC;
}
.AnyTagClassName
{
color: #661BEC;
}
</style>
background-color css
<style>
a { background-color: #661BEC; }
a { background-color: rgb(102,27,236); }
div.DivClassName
{
background-color: #661BEC;
}
.BgClassName
{
background-color: #661BEC;
}
</style>
border-color css
<style>
span { border-color: #661BEC; }
span { border-color: rgb(102,27,236); }
td.TdClassName
{
border-color: #661BEC;
}
.TagClassName
{
border-color: #661BEC;
}
</style>