Shades of Han Purple #661BEB
Tints of Han Purple #661BEB
RGB
CMYK
RGB Variations
Color information
#661BEB (or 0x661BEB) is known color: Han Purple. HEX triplet: 66, 1B and EB. RGB value is (102,27,235). Sum of RGB (Red+Green+Blue) = 102+27+235=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #661BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661BEB is #99E414. Grayscale: #484848. Windows color (decimal): -10085397 or 15407974. OLE color: 15407974.
HSL color Cylindrical-coordinate representation of color #661BEB: hue angle of 261.63º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661BEB is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 27 | 235 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.08 |
| HSL | 261.63º | 0.84% | 0.51% | - |
| HSV(B) | 261.63º | 0.89% | 0.92% | - |
| XYZ | 20.87 | 9.61 | 79.35 | - |
| YUV | 73.14 | 219.35 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 235 | 0.57 | 0.89 | 0 | 0.08 | 261.63 | 0.84 | 0.51 |
| Hex | 66 | 1B | EB | 39 | 59 | 0 | 8 | 106 | 54 | 33 |
| Octal | 146 | 33 | 353 | 71 | 131 | 0 | 10 | 406 | 124 | 63 |
| Binary | 1100110 | 11011 | 11101011 | 111001 | 1011001 | 0 | 1000 | 100000110 | 1010100 | 110011 |
Color Harmonies of #661BEB
Complementary color
Monochromatic Colors of #661BEB
Black with #661BEB
Text Example
Text Example
White with #661BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BEB; }
p { color: rgb(102,27,235); }
H1.HeaderClassName
{
color: #661BEB;
}
.AnyTagClassName
{
color: #661BEB;
}
</style>
background-color css
<style>
a { background-color: #661BEB; }
a { background-color: rgb(102,27,235); }
div.DivClassName
{
background-color: #661BEB;
}
.BgClassName
{
background-color: #661BEB;
}
</style>
border-color css
<style>
span { border-color: #661BEB; }
span { border-color: rgb(102,27,235); }
td.TdClassName
{
border-color: #661BEB;
}
.TagClassName
{
border-color: #661BEB;
}
</style>