Shades of Han Purple #6531FA
Tints of Han Purple #6531FA
RGB
CMYK
RGB Variations
Color information
#6531FA (or 0x6531FA) is known color: Han Purple. HEX triplet: 65, 31 and FA. RGB value is (101,49,250). Sum of RGB (Red+Green+Blue) = 101+49+250=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #6531FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6531FA is #9ACE05. Grayscale: #565656. Windows color (decimal): -10145286 or 16396645. OLE color: 16396645.
HSL color Cylindrical-coordinate representation of color #6531FA: hue angle of 255.52º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6531FA is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 49 | 250 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.02 |
| HSL | 255.52º | 0.95% | 0.59% | - |
| HSV(B) | 255.52º | 0.8% | 0.98% | - |
| XYZ | 23.72 | 11.87 | 91.48 | - |
| YUV | 87.46 | 219.73 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 250 | 0.60 | 0.80 | 0 | 0.02 | 255.52 | 0.95 | 0.59 |
| Hex | 65 | 31 | FA | 3C | 50 | 0 | 2 | 100 | 5F | 3B |
| Octal | 145 | 61 | 372 | 74 | 120 | 0 | 2 | 400 | 137 | 73 |
| Binary | 1100101 | 110001 | 11111010 | 111100 | 1010000 | 0 | 10 | 100000000 | 1011111 | 111011 |
Color Harmonies of #6531FA
Complementary color
Monochromatic Colors of #6531FA
Black with #6531FA
Text Example
Text Example
White with #6531FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6531FA; }
p { color: rgb(101,49,250); }
H1.HeaderClassName
{
color: #6531FA;
}
.AnyTagClassName
{
color: #6531FA;
}
</style>
background-color css
<style>
a { background-color: #6531FA; }
a { background-color: rgb(101,49,250); }
div.DivClassName
{
background-color: #6531FA;
}
.BgClassName
{
background-color: #6531FA;
}
</style>
border-color css
<style>
span { border-color: #6531FA; }
span { border-color: rgb(101,49,250); }
td.TdClassName
{
border-color: #6531FA;
}
.TagClassName
{
border-color: #6531FA;
}
</style>