Shades of Han Purple #6326ED
Tints of Han Purple #6326ED
RGB
CMYK
RGB Variations
Color information
#6326ED (or 0x6326ED) is known color: Han Purple. HEX triplet: 63, 26 and ED. RGB value is (99,38,237). Sum of RGB (Red+Green+Blue) = 99+38+237=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #6326ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6326ED is #9CD912. Grayscale: #4E4E4E. Windows color (decimal): -10279187 or 15541859. OLE color: 15541859.
HSL color Cylindrical-coordinate representation of color #6326ED: hue angle of 258.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6326ED is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 38 | 237 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.07 |
| HSL | 258.39º | 0.85% | 0.54% | - |
| HSV(B) | 258.39º | 0.84% | 0.93% | - |
| XYZ | 21.12 | 10.15 | 80.97 | - |
| YUV | 78.93 | 217.21 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 237 | 0.58 | 0.84 | 0 | 0.07 | 258.39 | 0.85 | 0.54 |
| Hex | 63 | 26 | ED | 3A | 54 | 0 | 7 | 102 | 55 | 36 |
| Octal | 143 | 46 | 355 | 72 | 124 | 0 | 7 | 402 | 125 | 66 |
| Binary | 1100011 | 100110 | 11101101 | 111010 | 1010100 | 0 | 111 | 100000010 | 1010101 | 110110 |
Color Harmonies of #6326ED
Complementary color
Monochromatic Colors of #6326ED
Black with #6326ED
Text Example
Text Example
White with #6326ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6326ED; }
p { color: rgb(99,38,237); }
H1.HeaderClassName
{
color: #6326ED;
}
.AnyTagClassName
{
color: #6326ED;
}
</style>
background-color css
<style>
a { background-color: #6326ED; }
a { background-color: rgb(99,38,237); }
div.DivClassName
{
background-color: #6326ED;
}
.BgClassName
{
background-color: #6326ED;
}
</style>
border-color css
<style>
span { border-color: #6326ED; }
span { border-color: rgb(99,38,237); }
td.TdClassName
{
border-color: #6326ED;
}
.TagClassName
{
border-color: #6326ED;
}
</style>