Shades of Han Purple #661CE5
Tints of Han Purple #661CE5
RGB
CMYK
RGB Variations
Color information
#661CE5 (or 0x661CE5) is known color: Han Purple. HEX triplet: 66, 1C and E5. RGB value is (102,28,229). Sum of RGB (Red+Green+Blue) = 102+28+229=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #661CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CE5 is #99E31A. Grayscale: #484848. Windows color (decimal): -10085147 or 15015014. OLE color: 15015014.
HSL color Cylindrical-coordinate representation of color #661CE5: hue angle of 262.09º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661CE5 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 28 | 229 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.10 |
| HSL | 262.09º | 0.79% | 0.5% | - |
| HSV(B) | 262.09º | 0.88% | 0.9% | - |
| XYZ | 20.04 | 9.31 | 74.87 | - |
| YUV | 73.04 | 216.02 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 229 | 0.55 | 0.88 | 0 | 0.10 | 262.09 | 0.79 | 0.5 |
| Hex | 66 | 1C | E5 | 37 | 58 | 0 | A | 106 | 4F | 32 |
| Octal | 146 | 34 | 345 | 67 | 130 | 0 | 12 | 406 | 117 | 62 |
| Binary | 1100110 | 11100 | 11100101 | 110111 | 1011000 | 0 | 1010 | 100000110 | 1001111 | 110010 |
Color Harmonies of #661CE5
Complementary color
Monochromatic Colors of #661CE5
Black with #661CE5
Text Example
Text Example
White with #661CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CE5; }
p { color: rgb(102,28,229); }
H1.HeaderClassName
{
color: #661CE5;
}
.AnyTagClassName
{
color: #661CE5;
}
</style>
background-color css
<style>
a { background-color: #661CE5; }
a { background-color: rgb(102,28,229); }
div.DivClassName
{
background-color: #661CE5;
}
.BgClassName
{
background-color: #661CE5;
}
</style>
border-color css
<style>
span { border-color: #661CE5; }
span { border-color: rgb(102,28,229); }
td.TdClassName
{
border-color: #661CE5;
}
.TagClassName
{
border-color: #661CE5;
}
</style>