Shades of Han Purple #6329FD
Tints of Han Purple #6329FD
RGB
CMYK
RGB Variations
Color information
#6329FD (or 0x6329FD) is known color: Han Purple. HEX triplet: 63, 29 and FD. RGB value is (99,41,253). Sum of RGB (Red+Green+Blue) = 99+41+253=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #6329FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6329FD is #9CD602. Grayscale: #515151. Windows color (decimal): -10278403 or 16591203. OLE color: 16591203.
HSL color Cylindrical-coordinate representation of color #6329FD: hue angle of 256.42º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6329FD is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 41 | 253 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.01 |
| HSL | 256.42º | 0.98% | 0.58% | - |
| HSV(B) | 256.42º | 0.84% | 0.99% | - |
| XYZ | 23.67 | 11.33 | 93.87 | - |
| YUV | 82.51 | 224.22 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 253 | 0.61 | 0.84 | 0 | 0.01 | 256.42 | 0.98 | 0.58 |
| Hex | 63 | 29 | FD | 3D | 54 | 0 | 1 | 100 | 62 | 3A |
| Octal | 143 | 51 | 375 | 75 | 124 | 0 | 1 | 400 | 142 | 72 |
| Binary | 1100011 | 101001 | 11111101 | 111101 | 1010100 | 0 | 1 | 100000000 | 1100010 | 111010 |
Color Harmonies of #6329FD
Complementary color
Monochromatic Colors of #6329FD
Black with #6329FD
Text Example
Text Example
White with #6329FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6329FD; }
p { color: rgb(99,41,253); }
H1.HeaderClassName
{
color: #6329FD;
}
.AnyTagClassName
{
color: #6329FD;
}
</style>
background-color css
<style>
a { background-color: #6329FD; }
a { background-color: rgb(99,41,253); }
div.DivClassName
{
background-color: #6329FD;
}
.BgClassName
{
background-color: #6329FD;
}
</style>
border-color css
<style>
span { border-color: #6329FD; }
span { border-color: rgb(99,41,253); }
td.TdClassName
{
border-color: #6329FD;
}
.TagClassName
{
border-color: #6329FD;
}
</style>