Shades of Han Purple #661DFD
Tints of Han Purple #661DFD
RGB
CMYK
RGB Variations
Color information
#661DFD (or 0x661DFD) is known color: Han Purple. HEX triplet: 66, 1D and FD. RGB value is (102,29,253). Sum of RGB (Red+Green+Blue) = 102+29+253=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #661DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661DFD is #99E202. Grayscale: #4B4B4B. Windows color (decimal): -10084867 or 16588134. OLE color: 16588134.
HSL color Cylindrical-coordinate representation of color #661DFD: hue angle of 259.55º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661DFD is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 29 | 253 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.01 |
| HSL | 259.55º | 0.98% | 0.55% | - |
| HSV(B) | 259.55º | 0.89% | 0.99% | - |
| XYZ | 23.65 | 10.8 | 93.77 | - |
| YUV | 76.36 | 227.68 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 253 | 0.60 | 0.89 | 0 | 0.01 | 259.55 | 0.98 | 0.55 |
| Hex | 66 | 1D | FD | 3C | 59 | 0 | 1 | 104 | 62 | 37 |
| Octal | 146 | 35 | 375 | 74 | 131 | 0 | 1 | 404 | 142 | 67 |
| Binary | 1100110 | 11101 | 11111101 | 111100 | 1011001 | 0 | 1 | 100000100 | 1100010 | 110111 |
Color Harmonies of #661DFD
Complementary color
Monochromatic Colors of #661DFD
Black with #661DFD
Text Example
Text Example
White with #661DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661DFD; }
p { color: rgb(102,29,253); }
H1.HeaderClassName
{
color: #661DFD;
}
.AnyTagClassName
{
color: #661DFD;
}
</style>
background-color css
<style>
a { background-color: #661DFD; }
a { background-color: rgb(102,29,253); }
div.DivClassName
{
background-color: #661DFD;
}
.BgClassName
{
background-color: #661DFD;
}
</style>
border-color css
<style>
span { border-color: #661DFD; }
span { border-color: rgb(102,29,253); }
td.TdClassName
{
border-color: #661DFD;
}
.TagClassName
{
border-color: #661DFD;
}
</style>