Shades of Han Purple #661CEA
Tints of Han Purple #661CEA
RGB
CMYK
RGB Variations
Color information
#661CEA (or 0x661CEA) is known color: Han Purple. HEX triplet: 66, 1C and EA. RGB value is (102,28,234). Sum of RGB (Red+Green+Blue) = 102+28+234=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #661CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661CEA is #99E315. Grayscale: #484848. Windows color (decimal): -10085142 or 15342694. OLE color: 15342694.
HSL color Cylindrical-coordinate representation of color #661CEA: hue angle of 261.55º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661CEA is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 28 | 234 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.08 |
| HSL | 261.55º | 0.83% | 0.51% | - |
| HSV(B) | 261.55º | 0.88% | 0.92% | - |
| XYZ | 20.75 | 9.6 | 78.6 | - |
| YUV | 73.61 | 218.52 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 234 | 0.56 | 0.88 | 0 | 0.08 | 261.55 | 0.83 | 0.51 |
| Hex | 66 | 1C | EA | 38 | 58 | 0 | 8 | 106 | 53 | 33 |
| Octal | 146 | 34 | 352 | 70 | 130 | 0 | 10 | 406 | 123 | 63 |
| Binary | 1100110 | 11100 | 11101010 | 111000 | 1011000 | 0 | 1000 | 100000110 | 1010011 | 110011 |
Color Harmonies of #661CEA
Complementary color
Monochromatic Colors of #661CEA
Black with #661CEA
Text Example
Text Example
White with #661CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CEA; }
p { color: rgb(102,28,234); }
H1.HeaderClassName
{
color: #661CEA;
}
.AnyTagClassName
{
color: #661CEA;
}
</style>
background-color css
<style>
a { background-color: #661CEA; }
a { background-color: rgb(102,28,234); }
div.DivClassName
{
background-color: #661CEA;
}
.BgClassName
{
background-color: #661CEA;
}
</style>
border-color css
<style>
span { border-color: #661CEA; }
span { border-color: rgb(102,28,234); }
td.TdClassName
{
border-color: #661CEA;
}
.TagClassName
{
border-color: #661CEA;
}
</style>