Shades of Han Purple #6635FF
Tints of Han Purple #6635FF
RGB
CMYK
RGB Variations
Color information
#6635FF (or 0x6635FF) is known color: Han Purple. HEX triplet: 66, 35 and FF. RGB value is (102,53,255). Sum of RGB (Red+Green+Blue) = 102+53+255=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #6635FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6635FF is #99CA00. Grayscale: #595959. Windows color (decimal): -10078721 or 16725350. OLE color: 16725350.
HSL color Cylindrical-coordinate representation of color #6635FF: hue angle of 254.55º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6635FF is Cyan = 0.6, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 53 | 255 | - |
| CMYK | 0.6 | 0.79 | 0 | 0 |
| HSL | 254.55º | 1% | 0.6% | - |
| HSV(B) | 254.55º | 0.79% | 1% | - |
| XYZ | 24.8 | 12.59 | 95.73 | - |
| YUV | 90.68 | 220.73 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 255 | 0.6 | 0.79 | 0 | 0 | 254.55 | 1 | 0.6 |
| Hex | 66 | 35 | FF | 3C | 4F | 0 | 0 | FF | 64 | 3C |
| Octal | 146 | 65 | 377 | 74 | 117 | 0 | 0 | 377 | 144 | 74 |
| Binary | 1100110 | 110101 | 11111111 | 111100 | 1001111 | 0 | 0 | 11111111 | 1100100 | 111100 |
Color Harmonies of #6635FF
Complementary color
Monochromatic Colors of #6635FF
Black with #6635FF
Text Example
Text Example
White with #6635FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6635FF; }
p { color: rgb(102,53,255); }
H1.HeaderClassName
{
color: #6635FF;
}
.AnyTagClassName
{
color: #6635FF;
}
</style>
background-color css
<style>
a { background-color: #6635FF; }
a { background-color: rgb(102,53,255); }
div.DivClassName
{
background-color: #6635FF;
}
.BgClassName
{
background-color: #6635FF;
}
</style>
border-color css
<style>
span { border-color: #6635FF; }
span { border-color: rgb(102,53,255); }
td.TdClassName
{
border-color: #6635FF;
}
.TagClassName
{
border-color: #6635FF;
}
</style>