Shades of Han Purple #6534FB
Tints of Han Purple #6534FB
RGB
CMYK
RGB Variations
Color information
#6534FB (or 0x6534FB) is known color: Han Purple. HEX triplet: 65, 34 and FB. RGB value is (101,52,251). Sum of RGB (Red+Green+Blue) = 101+52+251=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #6534FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6534FB is #9ACB04. Grayscale: #585858. Windows color (decimal): -10144517 or 16462949. OLE color: 16462949.
HSL color Cylindrical-coordinate representation of color #6534FB: hue angle of 254.77º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6534FB is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 52 | 251 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.02 |
| HSL | 254.77º | 0.96% | 0.59% | - |
| HSV(B) | 254.77º | 0.79% | 0.98% | - |
| XYZ | 24.01 | 12.19 | 92.35 | - |
| YUV | 89.34 | 219.23 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 251 | 0.60 | 0.79 | 0 | 0.02 | 254.77 | 0.96 | 0.59 |
| Hex | 65 | 34 | FB | 3C | 4F | 0 | 2 | FF | 60 | 3B |
| Octal | 145 | 64 | 373 | 74 | 117 | 0 | 2 | 377 | 140 | 73 |
| Binary | 1100101 | 110100 | 11111011 | 111100 | 1001111 | 0 | 10 | 11111111 | 1100000 | 111011 |
Color Harmonies of #6534FB
Complementary color
Monochromatic Colors of #6534FB
Black with #6534FB
Text Example
Text Example
White with #6534FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6534FB; }
p { color: rgb(101,52,251); }
H1.HeaderClassName
{
color: #6534FB;
}
.AnyTagClassName
{
color: #6534FB;
}
</style>
background-color css
<style>
a { background-color: #6534FB; }
a { background-color: rgb(101,52,251); }
div.DivClassName
{
background-color: #6534FB;
}
.BgClassName
{
background-color: #6534FB;
}
</style>
border-color css
<style>
span { border-color: #6534FB; }
span { border-color: rgb(101,52,251); }
td.TdClassName
{
border-color: #6534FB;
}
.TagClassName
{
border-color: #6534FB;
}
</style>