Shades of Han Purple #6328E8
Tints of Han Purple #6328E8
RGB
CMYK
RGB Variations
Color information
#6328E8 (or 0x6328E8) is known color: Han Purple. HEX triplet: 63, 28 and E8. RGB value is (99,40,232). Sum of RGB (Red+Green+Blue) = 99+40+232=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 232 (91.02% from 255 or 62.53% from 371); Max value from RGB is 232 - color contains mainly: blue. Hex color #6328E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6328E8 is #9CD717. Grayscale: #4E4E4E. Windows color (decimal): -10278680 or 15214691. OLE color: 15214691.
HSL color Cylindrical-coordinate representation of color #6328E8: hue angle of 258.44º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6328E8 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 40 | 232 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.09 |
| HSL | 258.44º | 0.81% | 0.53% | - |
| HSV(B) | 258.44º | 0.83% | 0.91% | - |
| XYZ | 20.47 | 10 | 77.19 | - |
| YUV | 79.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 232 | 0.57 | 0.83 | 0 | 0.09 | 258.44 | 0.81 | 0.53 |
| Hex | 63 | 28 | E8 | 39 | 53 | 0 | 9 | 102 | 51 | 35 |
| Octal | 143 | 50 | 350 | 71 | 123 | 0 | 11 | 402 | 121 | 65 |
| Binary | 1100011 | 101000 | 11101000 | 111001 | 1010011 | 0 | 1001 | 100000010 | 1010001 | 110101 |
Color Harmonies of #6328E8
Complementary color
Monochromatic Colors of #6328E8
Black with #6328E8
Text Example
Text Example
White with #6328E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6328E8; }
p { color: rgb(99,40,232); }
H1.HeaderClassName
{
color: #6328E8;
}
.AnyTagClassName
{
color: #6328E8;
}
</style>
background-color css
<style>
a { background-color: #6328E8; }
a { background-color: rgb(99,40,232); }
div.DivClassName
{
background-color: #6328E8;
}
.BgClassName
{
background-color: #6328E8;
}
</style>
border-color css
<style>
span { border-color: #6328E8; }
span { border-color: rgb(99,40,232); }
td.TdClassName
{
border-color: #6328E8;
}
.TagClassName
{
border-color: #6328E8;
}
</style>