Shades of Han Purple #6615E6
Tints of Han Purple #6615E6
RGB
CMYK
RGB Variations
Color information
#6615E6 (or 0x6615E6) is known color: Han Purple. HEX triplet: 66, 15 and E6. RGB value is (102,21,230). Sum of RGB (Red+Green+Blue) = 102+21+230=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 230 (90.23% from 255 or 65.16% from 353); Max value from RGB is 230 - color contains mainly: blue. Hex color #6615E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6615E6 is #99EA19. Grayscale: #444444. Windows color (decimal): -10086938 or 15078758. OLE color: 15078758.
HSL color Cylindrical-coordinate representation of color #6615E6: hue angle of 263.25º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6615E6 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 21 | 230 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.10 |
| HSL | 263.25º | 0.83% | 0.49% | - |
| HSV(B) | 263.25º | 0.91% | 0.9% | - |
| XYZ | 20.03 | 9.07 | 75.56 | - |
| YUV | 69.05 | 218.84 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 230 | 0.56 | 0.91 | 0 | 0.10 | 263.25 | 0.83 | 0.49 |
| Hex | 66 | 15 | E6 | 38 | 5B | 0 | A | 107 | 53 | 31 |
| Octal | 146 | 25 | 346 | 70 | 133 | 0 | 12 | 407 | 123 | 61 |
| Binary | 1100110 | 10101 | 11100110 | 111000 | 1011011 | 0 | 1010 | 100000111 | 1010011 | 110001 |
Color Harmonies of #6615E6
Complementary color
Monochromatic Colors of #6615E6
Black with #6615E6
Text Example
Text Example
White with #6615E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6615E6; }
p { color: rgb(102,21,230); }
H1.HeaderClassName
{
color: #6615E6;
}
.AnyTagClassName
{
color: #6615E6;
}
</style>
background-color css
<style>
a { background-color: #6615E6; }
a { background-color: rgb(102,21,230); }
div.DivClassName
{
background-color: #6615E6;
}
.BgClassName
{
background-color: #6615E6;
}
</style>
border-color css
<style>
span { border-color: #6615E6; }
span { border-color: rgb(102,21,230); }
td.TdClassName
{
border-color: #6615E6;
}
.TagClassName
{
border-color: #6615E6;
}
</style>