Shades of Han Purple #661AF1
Tints of Han Purple #661AF1
RGB
CMYK
RGB Variations
Color information
#661AF1 (or 0x661AF1) is known color: Han Purple. HEX triplet: 66, 1A and F1. RGB value is (102,26,241). Sum of RGB (Red+Green+Blue) = 102+26+241=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #661AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661AF1 is #99E50E. Grayscale: #484848. Windows color (decimal): -10085647 or 15800934. OLE color: 15800934.
HSL color Cylindrical-coordinate representation of color #661AF1: hue angle of 261.21º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661AF1 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 26 | 241 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.05 |
| HSL | 261.21º | 0.88% | 0.52% | - |
| HSV(B) | 261.21º | 0.89% | 0.95% | - |
| XYZ | 21.73 | 9.91 | 83.99 | - |
| YUV | 73.23 | 222.68 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 241 | 0.58 | 0.89 | 0 | 0.05 | 261.21 | 0.88 | 0.52 |
| Hex | 66 | 1A | F1 | 3A | 59 | 0 | 5 | 105 | 58 | 34 |
| Octal | 146 | 32 | 361 | 72 | 131 | 0 | 5 | 405 | 130 | 64 |
| Binary | 1100110 | 11010 | 11110001 | 111010 | 1011001 | 0 | 101 | 100000101 | 1011000 | 110100 |
Color Harmonies of #661AF1
Complementary color
Monochromatic Colors of #661AF1
Black with #661AF1
Text Example
Text Example
White with #661AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661AF1; }
p { color: rgb(102,26,241); }
H1.HeaderClassName
{
color: #661AF1;
}
.AnyTagClassName
{
color: #661AF1;
}
</style>
background-color css
<style>
a { background-color: #661AF1; }
a { background-color: rgb(102,26,241); }
div.DivClassName
{
background-color: #661AF1;
}
.BgClassName
{
background-color: #661AF1;
}
</style>
border-color css
<style>
span { border-color: #661AF1; }
span { border-color: rgb(102,26,241); }
td.TdClassName
{
border-color: #661AF1;
}
.TagClassName
{
border-color: #661AF1;
}
</style>