Shades of Han Purple #661ADF
Tints of Han Purple #661ADF
RGB
CMYK
RGB Variations
Color information
#661ADF (or 0x661ADF) is known color: Han Purple. HEX triplet: 66, 1A and DF. RGB value is (102,26,223). Sum of RGB (Red+Green+Blue) = 102+26+223=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #661ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ADF is #99E520. Grayscale: #464646. Windows color (decimal): -10085665 or 14621286. OLE color: 14621286.
HSL color Cylindrical-coordinate representation of color #661ADF: hue angle of 263.15º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661ADF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 26 | 223 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.13 |
| HSL | 263.15º | 0.79% | 0.49% | - |
| HSV(B) | 263.15º | 0.88% | 0.87% | - |
| XYZ | 19.17 | 8.89 | 70.52 | - |
| YUV | 71.18 | 213.68 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 223 | 0.54 | 0.88 | 0 | 0.13 | 263.15 | 0.79 | 0.49 |
| Hex | 66 | 1A | DF | 36 | 58 | 0 | D | 107 | 4F | 31 |
| Octal | 146 | 32 | 337 | 66 | 130 | 0 | 15 | 407 | 117 | 61 |
| Binary | 1100110 | 11010 | 11011111 | 110110 | 1011000 | 0 | 1101 | 100000111 | 1001111 | 110001 |
Color Harmonies of #661ADF
Complementary color
Monochromatic Colors of #661ADF
Black with #661ADF
Text Example
Text Example
White with #661ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661ADF; }
p { color: rgb(102,26,223); }
H1.HeaderClassName
{
color: #661ADF;
}
.AnyTagClassName
{
color: #661ADF;
}
</style>
background-color css
<style>
a { background-color: #661ADF; }
a { background-color: rgb(102,26,223); }
div.DivClassName
{
background-color: #661ADF;
}
.BgClassName
{
background-color: #661ADF;
}
</style>
border-color css
<style>
span { border-color: #661ADF; }
span { border-color: rgb(102,26,223); }
td.TdClassName
{
border-color: #661ADF;
}
.TagClassName
{
border-color: #661ADF;
}
</style>