Shades of Han Purple #6329F9
Tints of Han Purple #6329F9
RGB
CMYK
RGB Variations
Color information
#6329F9 (or 0x6329F9) is known color: Han Purple. HEX triplet: 63, 29 and F9. RGB value is (99,41,249). Sum of RGB (Red+Green+Blue) = 99+41+249=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #6329F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6329F9 is #9CD606. Grayscale: #515151. Windows color (decimal): -10278407 or 16329059. OLE color: 16329059.
HSL color Cylindrical-coordinate representation of color #6329F9: hue angle of 256.73º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6329F9 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 41 | 249 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.02 |
| HSL | 256.73º | 0.95% | 0.57% | - |
| HSV(B) | 256.73º | 0.84% | 0.98% | - |
| XYZ | 23.04 | 11.08 | 90.55 | - |
| YUV | 82.05 | 222.22 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 249 | 0.60 | 0.84 | 0 | 0.02 | 256.73 | 0.95 | 0.57 |
| Hex | 63 | 29 | F9 | 3C | 54 | 0 | 2 | 101 | 5F | 39 |
| Octal | 143 | 51 | 371 | 74 | 124 | 0 | 2 | 401 | 137 | 71 |
| Binary | 1100011 | 101001 | 11111001 | 111100 | 1010100 | 0 | 10 | 100000001 | 1011111 | 111001 |
Color Harmonies of #6329F9
Complementary color
Monochromatic Colors of #6329F9
Black with #6329F9
Text Example
Text Example
White with #6329F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329F9; }
p { color: rgb(99,41,249); }
H1.HeaderClassName
{
color: #6329F9;
}
.AnyTagClassName
{
color: #6329F9;
}
</style>
background-color css
<style>
a { background-color: #6329F9; }
a { background-color: rgb(99,41,249); }
div.DivClassName
{
background-color: #6329F9;
}
.BgClassName
{
background-color: #6329F9;
}
</style>
border-color css
<style>
span { border-color: #6329F9; }
span { border-color: rgb(99,41,249); }
td.TdClassName
{
border-color: #6329F9;
}
.TagClassName
{
border-color: #6329F9;
}
</style>