Shades of Han Purple #6529F6
Tints of Han Purple #6529F6
RGB
CMYK
RGB Variations
Color information
#6529F6 (or 0x6529F6) is known color: Han Purple. HEX triplet: 65, 29 and F6. RGB value is (101,41,246). Sum of RGB (Red+Green+Blue) = 101+41+246=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #6529F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6529F6 is #9AD609. Grayscale: #515151. Windows color (decimal): -10147338 or 16132453. OLE color: 16132453.
HSL color Cylindrical-coordinate representation of color #6529F6: hue angle of 257.56º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6529F6 is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 41 | 246 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.04 |
| HSL | 257.56º | 0.92% | 0.56% | - |
| HSV(B) | 257.56º | 0.83% | 0.96% | - |
| XYZ | 22.79 | 11.01 | 88.11 | - |
| YUV | 82.31 | 220.38 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 246 | 0.59 | 0.83 | 0 | 0.04 | 257.56 | 0.92 | 0.56 |
| Hex | 65 | 29 | F6 | 3B | 53 | 0 | 4 | 102 | 5C | 38 |
| Octal | 145 | 51 | 366 | 73 | 123 | 0 | 4 | 402 | 134 | 70 |
| Binary | 1100101 | 101001 | 11110110 | 111011 | 1010011 | 0 | 100 | 100000010 | 1011100 | 111000 |
Color Harmonies of #6529F6
Complementary color
Monochromatic Colors of #6529F6
Black with #6529F6
Text Example
Text Example
White with #6529F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6529F6; }
p { color: rgb(101,41,246); }
H1.HeaderClassName
{
color: #6529F6;
}
.AnyTagClassName
{
color: #6529F6;
}
</style>
background-color css
<style>
a { background-color: #6529F6; }
a { background-color: rgb(101,41,246); }
div.DivClassName
{
background-color: #6529F6;
}
.BgClassName
{
background-color: #6529F6;
}
</style>
border-color css
<style>
span { border-color: #6529F6; }
span { border-color: rgb(101,41,246); }
td.TdClassName
{
border-color: #6529F6;
}
.TagClassName
{
border-color: #6529F6;
}
</style>