Shades of Han Purple #661DFF
Tints of Han Purple #661DFF
RGB
CMYK
RGB Variations
Color information
#661DFF (or 0x661DFF) is known color: Han Purple. HEX triplet: 66, 1D and FF. RGB value is (102,29,255). Sum of RGB (Red+Green+Blue) = 102+29+255=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #661DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661DFF is #99E200. Grayscale: #4B4B4B. Windows color (decimal): -10084865 or 16719206. OLE color: 16719206.
HSL color Cylindrical-coordinate representation of color #661DFF: hue angle of 259.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661DFF is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 29 | 255 | - |
| CMYK | 0.6 | 0.89 | 0 | 0 |
| HSL | 259.38º | 1% | 0.56% | - |
| HSV(B) | 259.38º | 0.89% | 1% | - |
| XYZ | 23.97 | 10.92 | 95.45 | - |
| YUV | 76.59 | 228.68 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 255 | 0.6 | 0.89 | 0 | 0 | 259.38 | 1 | 0.56 |
| Hex | 66 | 1D | FF | 3C | 59 | 0 | 0 | 103 | 64 | 38 |
| Octal | 146 | 35 | 377 | 74 | 131 | 0 | 0 | 403 | 144 | 70 |
| Binary | 1100110 | 11101 | 11111111 | 111100 | 1011001 | 0 | 0 | 100000011 | 1100100 | 111000 |
Color Harmonies of #661DFF
Complementary color
Monochromatic Colors of #661DFF
Black with #661DFF
Text Example
Text Example
White with #661DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661DFF; }
p { color: rgb(102,29,255); }
H1.HeaderClassName
{
color: #661DFF;
}
.AnyTagClassName
{
color: #661DFF;
}
</style>
background-color css
<style>
a { background-color: #661DFF; }
a { background-color: rgb(102,29,255); }
div.DivClassName
{
background-color: #661DFF;
}
.BgClassName
{
background-color: #661DFF;
}
</style>
border-color css
<style>
span { border-color: #661DFF; }
span { border-color: rgb(102,29,255); }
td.TdClassName
{
border-color: #661DFF;
}
.TagClassName
{
border-color: #661DFF;
}
</style>