Shades of Han Purple #661FEA
Tints of Han Purple #661FEA
RGB
CMYK
RGB Variations
Color information
#661FEA (or 0x661FEA) is known color: Han Purple. HEX triplet: 66, 1F and EA. RGB value is (102,31,234). Sum of RGB (Red+Green+Blue) = 102+31+234=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #661FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661FEA is #99E015. Grayscale: #4A4A4A. Windows color (decimal): -10084374 or 15343462. OLE color: 15343462.
HSL color Cylindrical-coordinate representation of color #661FEA: hue angle of 260.99º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661FEA is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 31 | 234 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.08 |
| HSL | 260.99º | 0.83% | 0.52% | - |
| HSV(B) | 260.99º | 0.87% | 0.92% | - |
| XYZ | 20.82 | 9.75 | 78.63 | - |
| YUV | 75.37 | 217.52 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 234 | 0.56 | 0.87 | 0 | 0.08 | 260.99 | 0.83 | 0.52 |
| Hex | 66 | 1F | EA | 38 | 57 | 0 | 8 | 105 | 53 | 34 |
| Octal | 146 | 37 | 352 | 70 | 127 | 0 | 10 | 405 | 123 | 64 |
| Binary | 1100110 | 11111 | 11101010 | 111000 | 1010111 | 0 | 1000 | 100000101 | 1010011 | 110100 |
Color Harmonies of #661FEA
Complementary color
Monochromatic Colors of #661FEA
Black with #661FEA
Text Example
Text Example
White with #661FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661FEA; }
p { color: rgb(102,31,234); }
H1.HeaderClassName
{
color: #661FEA;
}
.AnyTagClassName
{
color: #661FEA;
}
</style>
background-color css
<style>
a { background-color: #661FEA; }
a { background-color: rgb(102,31,234); }
div.DivClassName
{
background-color: #661FEA;
}
.BgClassName
{
background-color: #661FEA;
}
</style>
border-color css
<style>
span { border-color: #661FEA; }
span { border-color: rgb(102,31,234); }
td.TdClassName
{
border-color: #661FEA;
}
.TagClassName
{
border-color: #661FEA;
}
</style>