Shades of Han Purple #662FED
Tints of Han Purple #662FED
RGB
CMYK
RGB Variations
Color information
#662FED (or 0x662FED) is known color: Han Purple. HEX triplet: 66, 2F and ED. RGB value is (102,47,237). Sum of RGB (Red+Green+Blue) = 102+47+237=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #662FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662FED is #99D012. Grayscale: #545454. Windows color (decimal): -10080275 or 15544166. OLE color: 15544166.
HSL color Cylindrical-coordinate representation of color #662FED: hue angle of 257.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #662FED is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 47 | 237 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.07 |
| HSL | 257.37º | 0.84% | 0.56% | - |
| HSV(B) | 257.37º | 0.8% | 0.93% | - |
| XYZ | 21.78 | 10.97 | 81.09 | - |
| YUV | 85.11 | 213.72 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 237 | 0.57 | 0.80 | 0 | 0.07 | 257.37 | 0.84 | 0.56 |
| Hex | 66 | 2F | ED | 39 | 50 | 0 | 7 | 101 | 54 | 38 |
| Octal | 146 | 57 | 355 | 71 | 120 | 0 | 7 | 401 | 124 | 70 |
| Binary | 1100110 | 101111 | 11101101 | 111001 | 1010000 | 0 | 111 | 100000001 | 1010100 | 111000 |
Color Harmonies of #662FED
Complementary color
Monochromatic Colors of #662FED
Black with #662FED
Text Example
Text Example
White with #662FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662FED; }
p { color: rgb(102,47,237); }
H1.HeaderClassName
{
color: #662FED;
}
.AnyTagClassName
{
color: #662FED;
}
</style>
background-color css
<style>
a { background-color: #662FED; }
a { background-color: rgb(102,47,237); }
div.DivClassName
{
background-color: #662FED;
}
.BgClassName
{
background-color: #662FED;
}
</style>
border-color css
<style>
span { border-color: #662FED; }
span { border-color: rgb(102,47,237); }
td.TdClassName
{
border-color: #662FED;
}
.TagClassName
{
border-color: #662FED;
}
</style>