Shades of Han Purple #6322EF
Tints of Han Purple #6322EF
RGB
CMYK
RGB Variations
Color information
#6322EF (or 0x6322EF) is known color: Han Purple. HEX triplet: 63, 22 and EF. RGB value is (99,34,239). Sum of RGB (Red+Green+Blue) = 99+34+239=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #6322EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6322EF is #9CDD10. Grayscale: #4C4C4C. Windows color (decimal): -10280209 or 15671907. OLE color: 15671907.
HSL color Cylindrical-coordinate representation of color #6322EF: hue angle of 259.02º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6322EF is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 34 | 239 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.06 |
| HSL | 259.02º | 0.86% | 0.54% | - |
| HSV(B) | 259.02º | 0.86% | 0.94% | - |
| XYZ | 21.3 | 10.03 | 82.47 | - |
| YUV | 76.81 | 219.53 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 239 | 0.59 | 0.86 | 0 | 0.06 | 259.02 | 0.86 | 0.54 |
| Hex | 63 | 22 | EF | 3B | 56 | 0 | 6 | 103 | 56 | 36 |
| Octal | 143 | 42 | 357 | 73 | 126 | 0 | 6 | 403 | 126 | 66 |
| Binary | 1100011 | 100010 | 11101111 | 111011 | 1010110 | 0 | 110 | 100000011 | 1010110 | 110110 |
Color Harmonies of #6322EF
Complementary color
Monochromatic Colors of #6322EF
Black with #6322EF
Text Example
Text Example
White with #6322EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6322EF; }
p { color: rgb(99,34,239); }
H1.HeaderClassName
{
color: #6322EF;
}
.AnyTagClassName
{
color: #6322EF;
}
</style>
background-color css
<style>
a { background-color: #6322EF; }
a { background-color: rgb(99,34,239); }
div.DivClassName
{
background-color: #6322EF;
}
.BgClassName
{
background-color: #6322EF;
}
</style>
border-color css
<style>
span { border-color: #6322EF; }
span { border-color: rgb(99,34,239); }
td.TdClassName
{
border-color: #6322EF;
}
.TagClassName
{
border-color: #6322EF;
}
</style>