Shades of Han Purple #661FEE
Tints of Han Purple #661FEE
RGB
CMYK
RGB Variations
Color information
#661FEE (or 0x661FEE) is known color: Han Purple. HEX triplet: 66, 1F and EE. RGB value is (102,31,238). Sum of RGB (Red+Green+Blue) = 102+31+238=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #661FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661FEE is #99E011. Grayscale: #4B4B4B. Windows color (decimal): -10084370 or 15605606. OLE color: 15605606.
HSL color Cylindrical-coordinate representation of color #661FEE: hue angle of 260.58º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661FEE is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 31 | 238 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.07 |
| HSL | 260.58º | 0.86% | 0.53% | - |
| HSV(B) | 260.58º | 0.87% | 0.93% | - |
| XYZ | 21.4 | 9.98 | 81.69 | - |
| YUV | 75.83 | 219.52 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 238 | 0.57 | 0.87 | 0 | 0.07 | 260.58 | 0.86 | 0.53 |
| Hex | 66 | 1F | EE | 39 | 57 | 0 | 7 | 105 | 56 | 35 |
| Octal | 146 | 37 | 356 | 71 | 127 | 0 | 7 | 405 | 126 | 65 |
| Binary | 1100110 | 11111 | 11101110 | 111001 | 1010111 | 0 | 111 | 100000101 | 1010110 | 110101 |
Color Harmonies of #661FEE
Complementary color
Monochromatic Colors of #661FEE
Black with #661FEE
Text Example
Text Example
White with #661FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661FEE; }
p { color: rgb(102,31,238); }
H1.HeaderClassName
{
color: #661FEE;
}
.AnyTagClassName
{
color: #661FEE;
}
</style>
background-color css
<style>
a { background-color: #661FEE; }
a { background-color: rgb(102,31,238); }
div.DivClassName
{
background-color: #661FEE;
}
.BgClassName
{
background-color: #661FEE;
}
</style>
border-color css
<style>
span { border-color: #661FEE; }
span { border-color: rgb(102,31,238); }
td.TdClassName
{
border-color: #661FEE;
}
.TagClassName
{
border-color: #661FEE;
}
</style>