Shades of Han Purple #6325EB
Tints of Han Purple #6325EB
RGB
CMYK
RGB Variations
Color information
#6325EB (or 0x6325EB) is known color: Han Purple. HEX triplet: 63, 25 and EB. RGB value is (99,37,235). Sum of RGB (Red+Green+Blue) = 99+37+235=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #6325EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6325EB is #9CDA14. Grayscale: #4D4D4D. Windows color (decimal): -10279445 or 15410531. OLE color: 15410531.
HSL color Cylindrical-coordinate representation of color #6325EB: hue angle of 258.79º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6325EB is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 37 | 235 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.08 |
| HSL | 258.79º | 0.83% | 0.53% | - |
| HSV(B) | 258.79º | 0.84% | 0.92% | - |
| XYZ | 20.8 | 9.97 | 79.43 | - |
| YUV | 78.11 | 216.54 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 235 | 0.58 | 0.84 | 0 | 0.08 | 258.79 | 0.83 | 0.53 |
| Hex | 63 | 25 | EB | 3A | 54 | 0 | 8 | 103 | 53 | 35 |
| Octal | 143 | 45 | 353 | 72 | 124 | 0 | 10 | 403 | 123 | 65 |
| Binary | 1100011 | 100101 | 11101011 | 111010 | 1010100 | 0 | 1000 | 100000011 | 1010011 | 110101 |
Color Harmonies of #6325EB
Complementary color
Monochromatic Colors of #6325EB
Black with #6325EB
Text Example
Text Example
White with #6325EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6325EB; }
p { color: rgb(99,37,235); }
H1.HeaderClassName
{
color: #6325EB;
}
.AnyTagClassName
{
color: #6325EB;
}
</style>
background-color css
<style>
a { background-color: #6325EB; }
a { background-color: rgb(99,37,235); }
div.DivClassName
{
background-color: #6325EB;
}
.BgClassName
{
background-color: #6325EB;
}
</style>
border-color css
<style>
span { border-color: #6325EB; }
span { border-color: rgb(99,37,235); }
td.TdClassName
{
border-color: #6325EB;
}
.TagClassName
{
border-color: #6325EB;
}
</style>