Shades of Han Purple #6328EF
Tints of Han Purple #6328EF
RGB
CMYK
RGB Variations
Color information
#6328EF (or 0x6328EF) is known color: Han Purple. HEX triplet: 63, 28 and EF. RGB value is (99,40,239). Sum of RGB (Red+Green+Blue) = 99+40+239=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #6328EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6328EF is #9CD710. Grayscale: #4F4F4F. Windows color (decimal): -10278673 or 15673443. OLE color: 15673443.
HSL color Cylindrical-coordinate representation of color #6328EF: hue angle of 257.79º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6328EF is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 40 | 239 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.06 |
| HSL | 257.79º | 0.86% | 0.55% | - |
| HSV(B) | 257.79º | 0.83% | 0.94% | - |
| XYZ | 21.48 | 10.4 | 82.54 | - |
| YUV | 80.33 | 217.55 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 239 | 0.59 | 0.83 | 0 | 0.06 | 257.79 | 0.86 | 0.55 |
| Hex | 63 | 28 | EF | 3B | 53 | 0 | 6 | 102 | 56 | 37 |
| Octal | 143 | 50 | 357 | 73 | 123 | 0 | 6 | 402 | 126 | 67 |
| Binary | 1100011 | 101000 | 11101111 | 111011 | 1010011 | 0 | 110 | 100000010 | 1010110 | 110111 |
Color Harmonies of #6328EF
Complementary color
Monochromatic Colors of #6328EF
Black with #6328EF
Text Example
Text Example
White with #6328EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6328EF; }
p { color: rgb(99,40,239); }
H1.HeaderClassName
{
color: #6328EF;
}
.AnyTagClassName
{
color: #6328EF;
}
</style>
background-color css
<style>
a { background-color: #6328EF; }
a { background-color: rgb(99,40,239); }
div.DivClassName
{
background-color: #6328EF;
}
.BgClassName
{
background-color: #6328EF;
}
</style>
border-color css
<style>
span { border-color: #6328EF; }
span { border-color: rgb(99,40,239); }
td.TdClassName
{
border-color: #6328EF;
}
.TagClassName
{
border-color: #6328EF;
}
</style>