Shades of Han Purple #662DEF
Tints of Han Purple #662DEF
RGB
CMYK
RGB Variations
Color information
#662DEF (or 0x662DEF) is known color: Han Purple. HEX triplet: 66, 2D and EF. RGB value is (102,45,239). Sum of RGB (Red+Green+Blue) = 102+45+239=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #662DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662DEF is #99D210. Grayscale: #535353. Windows color (decimal): -10080785 or 15674726. OLE color: 15674726.
HSL color Cylindrical-coordinate representation of color #662DEF: hue angle of 257.63º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662DEF is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 45 | 239 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.06 |
| HSL | 257.63º | 0.86% | 0.56% | - |
| HSV(B) | 257.63º | 0.81% | 0.94% | - |
| XYZ | 22 | 10.93 | 82.61 | - |
| YUV | 84.16 | 215.38 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 239 | 0.57 | 0.81 | 0 | 0.06 | 257.63 | 0.86 | 0.56 |
| Hex | 66 | 2D | EF | 39 | 51 | 0 | 6 | 102 | 56 | 38 |
| Octal | 146 | 55 | 357 | 71 | 121 | 0 | 6 | 402 | 126 | 70 |
| Binary | 1100110 | 101101 | 11101111 | 111001 | 1010001 | 0 | 110 | 100000010 | 1010110 | 111000 |
Color Harmonies of #662DEF
Complementary color
Monochromatic Colors of #662DEF
Black with #662DEF
Text Example
Text Example
White with #662DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DEF; }
p { color: rgb(102,45,239); }
H1.HeaderClassName
{
color: #662DEF;
}
.AnyTagClassName
{
color: #662DEF;
}
</style>
background-color css
<style>
a { background-color: #662DEF; }
a { background-color: rgb(102,45,239); }
div.DivClassName
{
background-color: #662DEF;
}
.BgClassName
{
background-color: #662DEF;
}
</style>
border-color css
<style>
span { border-color: #662DEF; }
span { border-color: rgb(102,45,239); }
td.TdClassName
{
border-color: #662DEF;
}
.TagClassName
{
border-color: #662DEF;
}
</style>