Shades of Han Purple #6531F3
Tints of Han Purple #6531F3
RGB
CMYK
RGB Variations
Color information
#6531F3 (or 0x6531F3) is known color: Han Purple. HEX triplet: 65, 31 and F3. RGB value is (101,49,243). Sum of RGB (Red+Green+Blue) = 101+49+243=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 243 (95.31% from 255 or 61.83% from 393); Max value from RGB is 243 - color contains mainly: blue. Hex color #6531F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6531F3 is #9ACE0C. Grayscale: #555555. Windows color (decimal): -10145293 or 15937893. OLE color: 15937893.
HSL color Cylindrical-coordinate representation of color #6531F3: hue angle of 256.08º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6531F3 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 49 | 243 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.05 |
| HSL | 256.08º | 0.89% | 0.57% | - |
| HSV(B) | 256.08º | 0.8% | 0.95% | - |
| XYZ | 22.64 | 11.43 | 85.81 | - |
| YUV | 86.66 | 216.23 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 243 | 0.58 | 0.80 | 0 | 0.05 | 256.08 | 0.89 | 0.57 |
| Hex | 65 | 31 | F3 | 3A | 50 | 0 | 5 | 100 | 59 | 39 |
| Octal | 145 | 61 | 363 | 72 | 120 | 0 | 5 | 400 | 131 | 71 |
| Binary | 1100101 | 110001 | 11110011 | 111010 | 1010000 | 0 | 101 | 100000000 | 1011001 | 111001 |
Color Harmonies of #6531F3
Complementary color
Monochromatic Colors of #6531F3
Black with #6531F3
Text Example
Text Example
White with #6531F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6531F3; }
p { color: rgb(101,49,243); }
H1.HeaderClassName
{
color: #6531F3;
}
.AnyTagClassName
{
color: #6531F3;
}
</style>
background-color css
<style>
a { background-color: #6531F3; }
a { background-color: rgb(101,49,243); }
div.DivClassName
{
background-color: #6531F3;
}
.BgClassName
{
background-color: #6531F3;
}
</style>
border-color css
<style>
span { border-color: #6531F3; }
span { border-color: rgb(101,49,243); }
td.TdClassName
{
border-color: #6531F3;
}
.TagClassName
{
border-color: #6531F3;
}
</style>