Shades of Han Purple #6327E5
Tints of Han Purple #6327E5
RGB
CMYK
RGB Variations
Color information
#6327E5 (or 0x6327E5) is known color: Han Purple. HEX triplet: 63, 27 and E5. RGB value is (99,39,229). Sum of RGB (Red+Green+Blue) = 99+39+229=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #6327E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6327E5 is #9CD81A. Grayscale: #4D4D4D. Windows color (decimal): -10278939 or 15017827. OLE color: 15017827.
HSL color Cylindrical-coordinate representation of color #6327E5: hue angle of 258.95º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6327E5 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 39 | 229 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.10 |
| HSL | 258.95º | 0.79% | 0.53% | - |
| HSV(B) | 258.95º | 0.83% | 0.9% | - |
| XYZ | 20.01 | 9.76 | 74.96 | - |
| YUV | 78.6 | 212.88 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 229 | 0.57 | 0.83 | 0 | 0.10 | 258.95 | 0.79 | 0.53 |
| Hex | 63 | 27 | E5 | 39 | 53 | 0 | A | 103 | 4F | 35 |
| Octal | 143 | 47 | 345 | 71 | 123 | 0 | 12 | 403 | 117 | 65 |
| Binary | 1100011 | 100111 | 11100101 | 111001 | 1010011 | 0 | 1010 | 100000011 | 1001111 | 110101 |
Color Harmonies of #6327E5
Complementary color
Monochromatic Colors of #6327E5
Black with #6327E5
Text Example
Text Example
White with #6327E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6327E5; }
p { color: rgb(99,39,229); }
H1.HeaderClassName
{
color: #6327E5;
}
.AnyTagClassName
{
color: #6327E5;
}
</style>
background-color css
<style>
a { background-color: #6327E5; }
a { background-color: rgb(99,39,229); }
div.DivClassName
{
background-color: #6327E5;
}
.BgClassName
{
background-color: #6327E5;
}
</style>
border-color css
<style>
span { border-color: #6327E5; }
span { border-color: rgb(99,39,229); }
td.TdClassName
{
border-color: #6327E5;
}
.TagClassName
{
border-color: #6327E5;
}
</style>