Shades of Han Purple #662DF3
Tints of Han Purple #662DF3
RGB
CMYK
RGB Variations
Color information
#662DF3 (or 0x662DF3) is known color: Han Purple. HEX triplet: 66, 2D and F3. RGB value is (102,45,243). Sum of RGB (Red+Green+Blue) = 102+45+243=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 243 (95.31% from 255 or 62.31% from 390); Max value from RGB is 243 - color contains mainly: blue. Hex color #662DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662DF3 is #99D20C. Grayscale: #535353. Windows color (decimal): -10080781 or 15936870. OLE color: 15936870.
HSL color Cylindrical-coordinate representation of color #662DF3: hue angle of 257.27º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662DF3 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 45 | 243 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.05 |
| HSL | 257.27º | 0.89% | 0.56% | - |
| HSV(B) | 257.27º | 0.81% | 0.95% | - |
| XYZ | 22.6 | 11.17 | 85.76 | - |
| YUV | 84.62 | 217.38 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 243 | 0.58 | 0.81 | 0 | 0.05 | 257.27 | 0.89 | 0.56 |
| Hex | 66 | 2D | F3 | 3A | 51 | 0 | 5 | 101 | 59 | 38 |
| Octal | 146 | 55 | 363 | 72 | 121 | 0 | 5 | 401 | 131 | 70 |
| Binary | 1100110 | 101101 | 11110011 | 111010 | 1010001 | 0 | 101 | 100000001 | 1011001 | 111000 |
Color Harmonies of #662DF3
Complementary color
Monochromatic Colors of #662DF3
Black with #662DF3
Text Example
Text Example
White with #662DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DF3; }
p { color: rgb(102,45,243); }
H1.HeaderClassName
{
color: #662DF3;
}
.AnyTagClassName
{
color: #662DF3;
}
</style>
background-color css
<style>
a { background-color: #662DF3; }
a { background-color: rgb(102,45,243); }
div.DivClassName
{
background-color: #662DF3;
}
.BgClassName
{
background-color: #662DF3;
}
</style>
border-color css
<style>
span { border-color: #662DF3; }
span { border-color: rgb(102,45,243); }
td.TdClassName
{
border-color: #662DF3;
}
.TagClassName
{
border-color: #662DF3;
}
</style>