Shades of Han Purple #6529F3
Tints of Han Purple #6529F3
RGB
CMYK
RGB Variations
Color information
#6529F3 (or 0x6529F3) is known color: Han Purple. HEX triplet: 65, 29 and F3. RGB value is (101,41,243). Sum of RGB (Red+Green+Blue) = 101+41+243=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #6529F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6529F3 is #9AD60C. Grayscale: #515151. Windows color (decimal): -10147341 or 15935845. OLE color: 15935845.
HSL color Cylindrical-coordinate representation of color #6529F3: hue angle of 257.82º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6529F3 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 41 | 243 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.05 |
| HSL | 257.82º | 0.89% | 0.56% | - |
| HSV(B) | 257.82º | 0.83% | 0.95% | - |
| XYZ | 22.34 | 10.82 | 85.71 | - |
| YUV | 81.97 | 218.88 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 243 | 0.58 | 0.83 | 0 | 0.05 | 257.82 | 0.89 | 0.56 |
| Hex | 65 | 29 | F3 | 3A | 53 | 0 | 5 | 102 | 59 | 38 |
| Octal | 145 | 51 | 363 | 72 | 123 | 0 | 5 | 402 | 131 | 70 |
| Binary | 1100101 | 101001 | 11110011 | 111010 | 1010011 | 0 | 101 | 100000010 | 1011001 | 111000 |
Color Harmonies of #6529F3
Complementary color
Monochromatic Colors of #6529F3
Black with #6529F3
Text Example
Text Example
White with #6529F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6529F3; }
p { color: rgb(101,41,243); }
H1.HeaderClassName
{
color: #6529F3;
}
.AnyTagClassName
{
color: #6529F3;
}
</style>
background-color css
<style>
a { background-color: #6529F3; }
a { background-color: rgb(101,41,243); }
div.DivClassName
{
background-color: #6529F3;
}
.BgClassName
{
background-color: #6529F3;
}
</style>
border-color css
<style>
span { border-color: #6529F3; }
span { border-color: rgb(101,41,243); }
td.TdClassName
{
border-color: #6529F3;
}
.TagClassName
{
border-color: #6529F3;
}
</style>