Shades of Han Purple #6329FA
Tints of Han Purple #6329FA
RGB
CMYK
RGB Variations
Color information
#6329FA (or 0x6329FA) is known color: Han Purple. HEX triplet: 63, 29 and FA. RGB value is (99,41,250). Sum of RGB (Red+Green+Blue) = 99+41+250=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #6329FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6329FA is #9CD605. Grayscale: #515151. Windows color (decimal): -10278406 or 16394595. OLE color: 16394595.
HSL color Cylindrical-coordinate representation of color #6329FA: hue angle of 256.65º 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 #6329FA is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 41 | 250 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.02 |
| HSL | 256.65º | 0.95% | 0.57% | - |
| HSV(B) | 256.65º | 0.84% | 0.98% | - |
| XYZ | 23.19 | 11.14 | 91.37 | - |
| YUV | 82.17 | 222.72 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 250 | 0.60 | 0.84 | 0 | 0.02 | 256.65 | 0.95 | 0.57 |
| Hex | 63 | 29 | FA | 3C | 54 | 0 | 2 | 101 | 5F | 39 |
| Octal | 143 | 51 | 372 | 74 | 124 | 0 | 2 | 401 | 137 | 71 |
| Binary | 1100011 | 101001 | 11111010 | 111100 | 1010100 | 0 | 10 | 100000001 | 1011111 | 111001 |
Color Harmonies of #6329FA
Complementary color
Monochromatic Colors of #6329FA
Black with #6329FA
Text Example
Text Example
White with #6329FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329FA; }
p { color: rgb(99,41,250); }
H1.HeaderClassName
{
color: #6329FA;
}
.AnyTagClassName
{
color: #6329FA;
}
</style>
background-color css
<style>
a { background-color: #6329FA; }
a { background-color: rgb(99,41,250); }
div.DivClassName
{
background-color: #6329FA;
}
.BgClassName
{
background-color: #6329FA;
}
</style>
border-color css
<style>
span { border-color: #6329FA; }
span { border-color: rgb(99,41,250); }
td.TdClassName
{
border-color: #6329FA;
}
.TagClassName
{
border-color: #6329FA;
}
</style>