Shades of Han Purple #661BF4
Tints of Han Purple #661BF4
RGB
CMYK
RGB Variations
Color information
#661BF4 (or 0x661BF4) is known color: Han Purple. HEX triplet: 66, 1B and F4. RGB value is (102,27,244). Sum of RGB (Red+Green+Blue) = 102+27+244=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #661BF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661BF4 is #99E40B. Grayscale: #494949. Windows color (decimal): -10085388 or 15997798. OLE color: 15997798.
HSL color Cylindrical-coordinate representation of color #661BF4: hue angle of 260.74º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661BF4 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 27 | 244 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.04 |
| HSL | 260.74º | 0.91% | 0.53% | - |
| HSV(B) | 260.74º | 0.89% | 0.96% | - |
| XYZ | 22.2 | 10.14 | 86.38 | - |
| YUV | 74.16 | 223.85 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 244 | 0.58 | 0.89 | 0 | 0.04 | 260.74 | 0.91 | 0.53 |
| Hex | 66 | 1B | F4 | 3A | 59 | 0 | 4 | 105 | 5B | 35 |
| Octal | 146 | 33 | 364 | 72 | 131 | 0 | 4 | 405 | 133 | 65 |
| Binary | 1100110 | 11011 | 11110100 | 111010 | 1011001 | 0 | 100 | 100000101 | 1011011 | 110101 |
Color Harmonies of #661BF4
Complementary color
Monochromatic Colors of #661BF4
Black with #661BF4
Text Example
Text Example
White with #661BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BF4; }
p { color: rgb(102,27,244); }
H1.HeaderClassName
{
color: #661BF4;
}
.AnyTagClassName
{
color: #661BF4;
}
</style>
background-color css
<style>
a { background-color: #661BF4; }
a { background-color: rgb(102,27,244); }
div.DivClassName
{
background-color: #661BF4;
}
.BgClassName
{
background-color: #661BF4;
}
</style>
border-color css
<style>
span { border-color: #661BF4; }
span { border-color: rgb(102,27,244); }
td.TdClassName
{
border-color: #661BF4;
}
.TagClassName
{
border-color: #661BF4;
}
</style>