Shades of Han Purple #6521FA
Tints of Han Purple #6521FA
RGB
CMYK
RGB Variations
Color information
#6521FA (or 0x6521FA) is known color: Han Purple. HEX triplet: 65, 21 and FA. RGB value is (101,33,250). Sum of RGB (Red+Green+Blue) = 101+33+250=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #6521FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6521FA is #9ADE05. Grayscale: #4D4D4D. Windows color (decimal): -10149382 or 16392549. OLE color: 16392549.
HSL color Cylindrical-coordinate representation of color #6521FA: hue angle of 258.8º 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 #6521FA is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 33 | 250 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.02 |
| HSL | 258.8º | 0.96% | 0.55% | - |
| HSV(B) | 258.8º | 0.87% | 0.98% | - |
| XYZ | 23.17 | 10.76 | 91.3 | - |
| YUV | 78.07 | 225.03 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 250 | 0.60 | 0.87 | 0 | 0.02 | 258.8 | 0.96 | 0.55 |
| Hex | 65 | 21 | FA | 3C | 57 | 0 | 2 | 103 | 60 | 37 |
| Octal | 145 | 41 | 372 | 74 | 127 | 0 | 2 | 403 | 140 | 67 |
| Binary | 1100101 | 100001 | 11111010 | 111100 | 1010111 | 0 | 10 | 100000011 | 1100000 | 110111 |
Color Harmonies of #6521FA
Complementary color
Monochromatic Colors of #6521FA
Black with #6521FA
Text Example
Text Example
White with #6521FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6521FA; }
p { color: rgb(101,33,250); }
H1.HeaderClassName
{
color: #6521FA;
}
.AnyTagClassName
{
color: #6521FA;
}
</style>
background-color css
<style>
a { background-color: #6521FA; }
a { background-color: rgb(101,33,250); }
div.DivClassName
{
background-color: #6521FA;
}
.BgClassName
{
background-color: #6521FA;
}
</style>
border-color css
<style>
span { border-color: #6521FA; }
span { border-color: rgb(101,33,250); }
td.TdClassName
{
border-color: #6521FA;
}
.TagClassName
{
border-color: #6521FA;
}
</style>