Shades of Han Purple #6533FC
Tints of Han Purple #6533FC
RGB
CMYK
RGB Variations
Color information
#6533FC (or 0x6533FC) is known color: Han Purple. HEX triplet: 65, 33 and FC. RGB value is (101,51,252). Sum of RGB (Red+Green+Blue) = 101+51+252=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #6533FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6533FC is #9ACC03. Grayscale: #585858. Windows color (decimal): -10144772 or 16528229. OLE color: 16528229.
HSL color Cylindrical-coordinate representation of color #6533FC: hue angle of 254.93º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6533FC is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 51 | 252 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.01 |
| HSL | 254.93º | 0.97% | 0.59% | - |
| HSV(B) | 254.93º | 0.8% | 0.99% | - |
| XYZ | 24.12 | 12.16 | 93.17 | - |
| YUV | 88.86 | 220.07 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 252 | 0.60 | 0.80 | 0 | 0.01 | 254.93 | 0.97 | 0.59 |
| Hex | 65 | 33 | FC | 3C | 50 | 0 | 1 | FF | 61 | 3B |
| Octal | 145 | 63 | 374 | 74 | 120 | 0 | 1 | 377 | 141 | 73 |
| Binary | 1100101 | 110011 | 11111100 | 111100 | 1010000 | 0 | 1 | 11111111 | 1100001 | 111011 |
Color Harmonies of #6533FC
Complementary color
Monochromatic Colors of #6533FC
Black with #6533FC
Text Example
Text Example
White with #6533FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6533FC; }
p { color: rgb(101,51,252); }
H1.HeaderClassName
{
color: #6533FC;
}
.AnyTagClassName
{
color: #6533FC;
}
</style>
background-color css
<style>
a { background-color: #6533FC; }
a { background-color: rgb(101,51,252); }
div.DivClassName
{
background-color: #6533FC;
}
.BgClassName
{
background-color: #6533FC;
}
</style>
border-color css
<style>
span { border-color: #6533FC; }
span { border-color: rgb(101,51,252); }
td.TdClassName
{
border-color: #6533FC;
}
.TagClassName
{
border-color: #6533FC;
}
</style>