Shades of Han Purple #6329FE
Tints of Han Purple #6329FE
RGB
CMYK
RGB Variations
Color information
#6329FE (or 0x6329FE) is known color: Han Purple. HEX triplet: 63, 29 and FE. RGB value is (99,41,254). Sum of RGB (Red+Green+Blue) = 99+41+254=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #6329FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6329FE is #9CD601. Grayscale: #515151. Windows color (decimal): -10278402 or 16656739. OLE color: 16656739.
HSL color Cylindrical-coordinate representation of color #6329FE: hue angle of 256.34º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6329FE is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 41 | 254 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.00 |
| HSL | 256.34º | 0.99% | 0.58% | - |
| HSV(B) | 256.34º | 0.84% | 1% | - |
| XYZ | 23.83 | 11.39 | 94.71 | - |
| YUV | 82.62 | 224.72 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 254 | 0.61 | 0.84 | 0 | 0.00 | 256.34 | 0.99 | 0.58 |
| Hex | 63 | 29 | FE | 3D | 54 | 0 | 0 | 100 | 63 | 3A |
| Octal | 143 | 51 | 376 | 75 | 124 | 0 | 0 | 400 | 143 | 72 |
| Binary | 1100011 | 101001 | 11111110 | 111101 | 1010100 | 0 | 0 | 100000000 | 1100011 | 111010 |
Color Harmonies of #6329FE
Complementary color
Monochromatic Colors of #6329FE
Black with #6329FE
Text Example
Text Example
White with #6329FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329FE; }
p { color: rgb(99,41,254); }
H1.HeaderClassName
{
color: #6329FE;
}
.AnyTagClassName
{
color: #6329FE;
}
</style>
background-color css
<style>
a { background-color: #6329FE; }
a { background-color: rgb(99,41,254); }
div.DivClassName
{
background-color: #6329FE;
}
.BgClassName
{
background-color: #6329FE;
}
</style>
border-color css
<style>
span { border-color: #6329FE; }
span { border-color: rgb(99,41,254); }
td.TdClassName
{
border-color: #6329FE;
}
.TagClassName
{
border-color: #6329FE;
}
</style>