Shades of Han Purple #661AFD
Tints of Han Purple #661AFD
RGB
CMYK
RGB Variations
Color information
#661AFD (or 0x661AFD) is known color: Han Purple. HEX triplet: 66, 1A and FD. RGB value is (102,26,253). Sum of RGB (Red+Green+Blue) = 102+26+253=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #661AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661AFD is #99E502. Grayscale: #494949. Windows color (decimal): -10085635 or 16587366. OLE color: 16587366.
HSL color Cylindrical-coordinate representation of color #661AFD: hue angle of 260.09º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #661AFD is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 26 | 253 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.01 |
| HSL | 260.09º | 0.98% | 0.55% | - |
| HSV(B) | 260.09º | 0.9% | 0.99% | - |
| XYZ | 23.58 | 10.66 | 93.74 | - |
| YUV | 74.6 | 228.68 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 253 | 0.60 | 0.90 | 0 | 0.01 | 260.09 | 0.98 | 0.55 |
| Hex | 66 | 1A | FD | 3C | 5A | 0 | 1 | 104 | 62 | 37 |
| Octal | 146 | 32 | 375 | 74 | 132 | 0 | 1 | 404 | 142 | 67 |
| Binary | 1100110 | 11010 | 11111101 | 111100 | 1011010 | 0 | 1 | 100000100 | 1100010 | 110111 |
Color Harmonies of #661AFD
Complementary color
Monochromatic Colors of #661AFD
Black with #661AFD
Text Example
Text Example
White with #661AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661AFD; }
p { color: rgb(102,26,253); }
H1.HeaderClassName
{
color: #661AFD;
}
.AnyTagClassName
{
color: #661AFD;
}
</style>
background-color css
<style>
a { background-color: #661AFD; }
a { background-color: rgb(102,26,253); }
div.DivClassName
{
background-color: #661AFD;
}
.BgClassName
{
background-color: #661AFD;
}
</style>
border-color css
<style>
span { border-color: #661AFD; }
span { border-color: rgb(102,26,253); }
td.TdClassName
{
border-color: #661AFD;
}
.TagClassName
{
border-color: #661AFD;
}
</style>