Shades of Han Purple #6619FF
Tints of Han Purple #6619FF
RGB
CMYK
RGB Variations
Color information
#6619FF (or 0x6619FF) is known color: Han Purple. HEX triplet: 66, 19 and FF. RGB value is (102,25,255). Sum of RGB (Red+Green+Blue) = 102+25+255=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #6619FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6619FF is #99E600. Grayscale: #494949. Windows color (decimal): -10085889 or 16718182. OLE color: 16718182.
HSL color Cylindrical-coordinate representation of color #6619FF: hue angle of 260.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6619FF is Cyan = 0.6, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 25 | 255 | - |
| CMYK | 0.6 | 0.90 | 0 | 0 |
| HSL | 260.09º | 1% | 0.55% | - |
| HSV(B) | 260.09º | 0.9% | 1% | - |
| XYZ | 23.88 | 10.74 | 95.42 | - |
| YUV | 74.24 | 230.01 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 255 | 0.6 | 0.90 | 0 | 0 | 260.09 | 1 | 0.55 |
| Hex | 66 | 19 | FF | 3C | 5A | 0 | 0 | 104 | 64 | 37 |
| Octal | 146 | 31 | 377 | 74 | 132 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1100110 | 11001 | 11111111 | 111100 | 1011010 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #6619FF
Complementary color
Monochromatic Colors of #6619FF
Black with #6619FF
Text Example
Text Example
White with #6619FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6619FF; }
p { color: rgb(102,25,255); }
H1.HeaderClassName
{
color: #6619FF;
}
.AnyTagClassName
{
color: #6619FF;
}
</style>
background-color css
<style>
a { background-color: #6619FF; }
a { background-color: rgb(102,25,255); }
div.DivClassName
{
background-color: #6619FF;
}
.BgClassName
{
background-color: #6619FF;
}
</style>
border-color css
<style>
span { border-color: #6619FF; }
span { border-color: rgb(102,25,255); }
td.TdClassName
{
border-color: #6619FF;
}
.TagClassName
{
border-color: #6619FF;
}
</style>