Shades of Han Purple #6327EF
Tints of Han Purple #6327EF
RGB
CMYK
RGB Variations
Color information
#6327EF (or 0x6327EF) is known color: Han Purple. HEX triplet: 63, 27 and EF. RGB value is (99,39,239). Sum of RGB (Red+Green+Blue) = 99+39+239=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #6327EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6327EF is #9CD810. Grayscale: #4F4F4F. Windows color (decimal): -10278929 or 15673187. OLE color: 15673187.
HSL color Cylindrical-coordinate representation of color #6327EF: hue angle of 258º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6327EF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 39 | 239 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.06 |
| HSL | 258º | 0.86% | 0.55% | - |
| HSV(B) | 258º | 0.84% | 0.94% | - |
| XYZ | 21.45 | 10.34 | 82.53 | - |
| YUV | 79.74 | 217.88 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 239 | 0.59 | 0.84 | 0 | 0.06 | 258 | 0.86 | 0.55 |
| Hex | 63 | 27 | EF | 3B | 54 | 0 | 6 | 102 | 56 | 37 |
| Octal | 143 | 47 | 357 | 73 | 124 | 0 | 6 | 402 | 126 | 67 |
| Binary | 1100011 | 100111 | 11101111 | 111011 | 1010100 | 0 | 110 | 100000010 | 1010110 | 110111 |
Color Harmonies of #6327EF
Complementary color
Monochromatic Colors of #6327EF
Black with #6327EF
Text Example
Text Example
White with #6327EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6327EF; }
p { color: rgb(99,39,239); }
H1.HeaderClassName
{
color: #6327EF;
}
.AnyTagClassName
{
color: #6327EF;
}
</style>
background-color css
<style>
a { background-color: #6327EF; }
a { background-color: rgb(99,39,239); }
div.DivClassName
{
background-color: #6327EF;
}
.BgClassName
{
background-color: #6327EF;
}
</style>
border-color css
<style>
span { border-color: #6327EF; }
span { border-color: rgb(99,39,239); }
td.TdClassName
{
border-color: #6327EF;
}
.TagClassName
{
border-color: #6327EF;
}
</style>