Shades of Han Purple #661BF8
Tints of Han Purple #661BF8
RGB
CMYK
RGB Variations
Color information
#661BF8 (or 0x661BF8) is known color: Han Purple. HEX triplet: 66, 1B and F8. RGB value is (102,27,248). Sum of RGB (Red+Green+Blue) = 102+27+248=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 248 (97.27% from 255 or 65.78% from 377); Max value from RGB is 248 - color contains mainly: blue. Hex color #661BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661BF8 is #99E407. Grayscale: #494949. Windows color (decimal): -10085384 or 16259942. OLE color: 16259942.
HSL color Cylindrical-coordinate representation of color #661BF8: hue angle of 260.36º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661BF8 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 27 | 248 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.03 |
| HSL | 260.36º | 0.94% | 0.54% | - |
| HSV(B) | 260.36º | 0.89% | 0.97% | - |
| XYZ | 22.81 | 10.39 | 89.61 | - |
| YUV | 74.62 | 225.85 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 248 | 0.59 | 0.89 | 0 | 0.03 | 260.36 | 0.94 | 0.54 |
| Hex | 66 | 1B | F8 | 3B | 59 | 0 | 3 | 104 | 5E | 36 |
| Octal | 146 | 33 | 370 | 73 | 131 | 0 | 3 | 404 | 136 | 66 |
| Binary | 1100110 | 11011 | 11111000 | 111011 | 1011001 | 0 | 11 | 100000100 | 1011110 | 110110 |
Color Harmonies of #661BF8
Complementary color
Monochromatic Colors of #661BF8
Black with #661BF8
Text Example
Text Example
White with #661BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BF8; }
p { color: rgb(102,27,248); }
H1.HeaderClassName
{
color: #661BF8;
}
.AnyTagClassName
{
color: #661BF8;
}
</style>
background-color css
<style>
a { background-color: #661BF8; }
a { background-color: rgb(102,27,248); }
div.DivClassName
{
background-color: #661BF8;
}
.BgClassName
{
background-color: #661BF8;
}
</style>
border-color css
<style>
span { border-color: #661BF8; }
span { border-color: rgb(102,27,248); }
td.TdClassName
{
border-color: #661BF8;
}
.TagClassName
{
border-color: #661BF8;
}
</style>