Shades of Han Purple #6618DF
Tints of Han Purple #6618DF
RGB
CMYK
RGB Variations
Color information
#6618DF (or 0x6618DF) is known color: Han Purple. HEX triplet: 66, 18 and DF. RGB value is (102,24,223). Sum of RGB (Red+Green+Blue) = 102+24+223=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #6618DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6618DF is #99E720. Grayscale: #454545. Windows color (decimal): -10086177 or 14620774. OLE color: 14620774.
HSL color Cylindrical-coordinate representation of color #6618DF: hue angle of 263.52º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6618DF is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 24 | 223 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.13 |
| HSL | 263.52º | 0.81% | 0.48% | - |
| HSV(B) | 263.52º | 0.89% | 0.87% | - |
| XYZ | 19.13 | 8.81 | 70.5 | - |
| YUV | 70.01 | 214.34 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 223 | 0.54 | 0.89 | 0 | 0.13 | 263.52 | 0.81 | 0.48 |
| Hex | 66 | 18 | DF | 36 | 59 | 0 | D | 108 | 51 | 30 |
| Octal | 146 | 30 | 337 | 66 | 131 | 0 | 15 | 410 | 121 | 60 |
| Binary | 1100110 | 11000 | 11011111 | 110110 | 1011001 | 0 | 1101 | 100001000 | 1010001 | 110000 |
Color Harmonies of #6618DF
Complementary color
Monochromatic Colors of #6618DF
Black with #6618DF
Text Example
Text Example
White with #6618DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6618DF; }
p { color: rgb(102,24,223); }
H1.HeaderClassName
{
color: #6618DF;
}
.AnyTagClassName
{
color: #6618DF;
}
</style>
background-color css
<style>
a { background-color: #6618DF; }
a { background-color: rgb(102,24,223); }
div.DivClassName
{
background-color: #6618DF;
}
.BgClassName
{
background-color: #6618DF;
}
</style>
border-color css
<style>
span { border-color: #6618DF; }
span { border-color: rgb(102,24,223); }
td.TdClassName
{
border-color: #6618DF;
}
.TagClassName
{
border-color: #6618DF;
}
</style>