Shades of Han Purple #661EFA
Tints of Han Purple #661EFA
RGB
CMYK
RGB Variations
Color information
#661EFA (or 0x661EFA) is known color: Han Purple. HEX triplet: 66, 1E and FA. RGB value is (102,30,250). Sum of RGB (Red+Green+Blue) = 102+30+250=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #661EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661EFA is #99E105. Grayscale: #4B4B4B. Windows color (decimal): -10084614 or 16391782. OLE color: 16391782.
HSL color Cylindrical-coordinate representation of color #661EFA: hue angle of 259.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661EFA is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 30 | 250 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.02 |
| HSL | 259.64º | 0.96% | 0.55% | - |
| HSV(B) | 259.64º | 0.88% | 0.98% | - |
| XYZ | 23.2 | 10.66 | 91.28 | - |
| YUV | 76.61 | 225.85 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 250 | 0.59 | 0.88 | 0 | 0.02 | 259.64 | 0.96 | 0.55 |
| Hex | 66 | 1E | FA | 3B | 58 | 0 | 2 | 104 | 60 | 37 |
| Octal | 146 | 36 | 372 | 73 | 130 | 0 | 2 | 404 | 140 | 67 |
| Binary | 1100110 | 11110 | 11111010 | 111011 | 1011000 | 0 | 10 | 100000100 | 1100000 | 110111 |
Color Harmonies of #661EFA
Complementary color
Monochromatic Colors of #661EFA
Black with #661EFA
Text Example
Text Example
White with #661EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661EFA; }
p { color: rgb(102,30,250); }
H1.HeaderClassName
{
color: #661EFA;
}
.AnyTagClassName
{
color: #661EFA;
}
</style>
background-color css
<style>
a { background-color: #661EFA; }
a { background-color: rgb(102,30,250); }
div.DivClassName
{
background-color: #661EFA;
}
.BgClassName
{
background-color: #661EFA;
}
</style>
border-color css
<style>
span { border-color: #661EFA; }
span { border-color: rgb(102,30,250); }
td.TdClassName
{
border-color: #661EFA;
}
.TagClassName
{
border-color: #661EFA;
}
</style>