Shades of Han Purple #6520FB
Tints of Han Purple #6520FB
RGB
CMYK
RGB Variations
Color information
#6520FB (or 0x6520FB) is known color: Han Purple. HEX triplet: 65, 20 and FB. RGB value is (101,32,251). Sum of RGB (Red+Green+Blue) = 101+32+251=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #6520FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6520FB is #9ADF04. Grayscale: #4C4C4C. Windows color (decimal): -10149637 or 16457829. OLE color: 16457829.
HSL color Cylindrical-coordinate representation of color #6520FB: hue angle of 258.9º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6520FB is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 32 | 251 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.02 |
| HSL | 258.9º | 0.96% | 0.55% | - |
| HSV(B) | 258.9º | 0.87% | 0.98% | - |
| XYZ | 23.3 | 10.76 | 92.12 | - |
| YUV | 77.6 | 225.86 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 251 | 0.60 | 0.87 | 0 | 0.02 | 258.9 | 0.96 | 0.55 |
| Hex | 65 | 20 | FB | 3C | 57 | 0 | 2 | 103 | 60 | 37 |
| Octal | 145 | 40 | 373 | 74 | 127 | 0 | 2 | 403 | 140 | 67 |
| Binary | 1100101 | 100000 | 11111011 | 111100 | 1010111 | 0 | 10 | 100000011 | 1100000 | 110111 |
Color Harmonies of #6520FB
Complementary color
Monochromatic Colors of #6520FB
Black with #6520FB
Text Example
Text Example
White with #6520FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6520FB; }
p { color: rgb(101,32,251); }
H1.HeaderClassName
{
color: #6520FB;
}
.AnyTagClassName
{
color: #6520FB;
}
</style>
background-color css
<style>
a { background-color: #6520FB; }
a { background-color: rgb(101,32,251); }
div.DivClassName
{
background-color: #6520FB;
}
.BgClassName
{
background-color: #6520FB;
}
</style>
border-color css
<style>
span { border-color: #6520FB; }
span { border-color: rgb(101,32,251); }
td.TdClassName
{
border-color: #6520FB;
}
.TagClassName
{
border-color: #6520FB;
}
</style>