Shades of Han Purple #662DED
Tints of Han Purple #662DED
RGB
CMYK
RGB Variations
Color information
#662DED (or 0x662DED) is known color: Han Purple. HEX triplet: 66, 2D and ED. RGB value is (102,45,237). Sum of RGB (Red+Green+Blue) = 102+45+237=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #662DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662DED is #99D212. Grayscale: #535353. Windows color (decimal): -10080787 or 15543654. OLE color: 15543654.
HSL color Cylindrical-coordinate representation of color #662DED: hue angle of 257.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662DED is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 45 | 237 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.07 |
| HSL | 257.81º | 0.84% | 0.55% | - |
| HSV(B) | 257.81º | 0.81% | 0.93% | - |
| XYZ | 21.7 | 10.82 | 81.06 | - |
| YUV | 83.93 | 214.38 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 237 | 0.57 | 0.81 | 0 | 0.07 | 257.81 | 0.84 | 0.55 |
| Hex | 66 | 2D | ED | 39 | 51 | 0 | 7 | 102 | 54 | 37 |
| Octal | 146 | 55 | 355 | 71 | 121 | 0 | 7 | 402 | 124 | 67 |
| Binary | 1100110 | 101101 | 11101101 | 111001 | 1010001 | 0 | 111 | 100000010 | 1010100 | 110111 |
Color Harmonies of #662DED
Complementary color
Monochromatic Colors of #662DED
Black with #662DED
Text Example
Text Example
White with #662DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DED; }
p { color: rgb(102,45,237); }
H1.HeaderClassName
{
color: #662DED;
}
.AnyTagClassName
{
color: #662DED;
}
</style>
background-color css
<style>
a { background-color: #662DED; }
a { background-color: rgb(102,45,237); }
div.DivClassName
{
background-color: #662DED;
}
.BgClassName
{
background-color: #662DED;
}
</style>
border-color css
<style>
span { border-color: #662DED; }
span { border-color: rgb(102,45,237); }
td.TdClassName
{
border-color: #662DED;
}
.TagClassName
{
border-color: #662DED;
}
</style>