Shades of Han Purple #661CEB
Tints of Han Purple #661CEB
RGB
CMYK
RGB Variations
Color information
#661CEB (or 0x661CEB) is known color: Han Purple. HEX triplet: 66, 1C and EB. RGB value is (102,28,235). Sum of RGB (Red+Green+Blue) = 102+28+235=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #661CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661CEB is #99E314. Grayscale: #484848. Windows color (decimal): -10085141 or 15408230. OLE color: 15408230.
HSL color Cylindrical-coordinate representation of color #661CEB: hue angle of 261.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661CEB is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 28 | 235 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.08 |
| HSL | 261.45º | 0.84% | 0.52% | - |
| HSV(B) | 261.45º | 0.88% | 0.92% | - |
| XYZ | 20.89 | 9.65 | 79.36 | - |
| YUV | 73.72 | 219.02 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 235 | 0.57 | 0.88 | 0 | 0.08 | 261.45 | 0.84 | 0.52 |
| Hex | 66 | 1C | EB | 39 | 58 | 0 | 8 | 105 | 54 | 34 |
| Octal | 146 | 34 | 353 | 71 | 130 | 0 | 10 | 405 | 124 | 64 |
| Binary | 1100110 | 11100 | 11101011 | 111001 | 1011000 | 0 | 1000 | 100000101 | 1010100 | 110100 |
Color Harmonies of #661CEB
Complementary color
Monochromatic Colors of #661CEB
Black with #661CEB
Text Example
Text Example
White with #661CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CEB; }
p { color: rgb(102,28,235); }
H1.HeaderClassName
{
color: #661CEB;
}
.AnyTagClassName
{
color: #661CEB;
}
</style>
background-color css
<style>
a { background-color: #661CEB; }
a { background-color: rgb(102,28,235); }
div.DivClassName
{
background-color: #661CEB;
}
.BgClassName
{
background-color: #661CEB;
}
</style>
border-color css
<style>
span { border-color: #661CEB; }
span { border-color: rgb(102,28,235); }
td.TdClassName
{
border-color: #661CEB;
}
.TagClassName
{
border-color: #661CEB;
}
</style>