Shades of Han Purple #6635FC
Tints of Han Purple #6635FC
RGB
CMYK
RGB Variations
Color information
#6635FC (or 0x6635FC) is known color: Han Purple. HEX triplet: 66, 35 and FC. RGB value is (102,53,252). Sum of RGB (Red+Green+Blue) = 102+53+252=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #6635FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6635FC is #99CA03. Grayscale: #595959. Windows color (decimal): -10078724 or 16528742. OLE color: 16528742.
HSL color Cylindrical-coordinate representation of color #6635FC: hue angle of 254.77º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6635FC is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 53 | 252 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.01 |
| HSL | 254.77º | 0.97% | 0.6% | - |
| HSV(B) | 254.77º | 0.79% | 0.99% | - |
| XYZ | 24.32 | 12.4 | 93.21 | - |
| YUV | 90.34 | 219.23 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 252 | 0.60 | 0.79 | 0 | 0.01 | 254.77 | 0.97 | 0.6 |
| Hex | 66 | 35 | FC | 3C | 4F | 0 | 1 | FF | 61 | 3C |
| Octal | 146 | 65 | 374 | 74 | 117 | 0 | 1 | 377 | 141 | 74 |
| Binary | 1100110 | 110101 | 11111100 | 111100 | 1001111 | 0 | 1 | 11111111 | 1100001 | 111100 |
Color Harmonies of #6635FC
Complementary color
Monochromatic Colors of #6635FC
Black with #6635FC
Text Example
Text Example
White with #6635FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6635FC; }
p { color: rgb(102,53,252); }
H1.HeaderClassName
{
color: #6635FC;
}
.AnyTagClassName
{
color: #6635FC;
}
</style>
background-color css
<style>
a { background-color: #6635FC; }
a { background-color: rgb(102,53,252); }
div.DivClassName
{
background-color: #6635FC;
}
.BgClassName
{
background-color: #6635FC;
}
</style>
border-color css
<style>
span { border-color: #6635FC; }
span { border-color: rgb(102,53,252); }
td.TdClassName
{
border-color: #6635FC;
}
.TagClassName
{
border-color: #6635FC;
}
</style>