Shades of Han Purple #6326EB
Tints of Han Purple #6326EB
RGB
CMYK
RGB Variations
Color information
#6326EB (or 0x6326EB) is known color: Han Purple. HEX triplet: 63, 26 and EB. RGB value is (99,38,235). Sum of RGB (Red+Green+Blue) = 99+38+235=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #6326EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6326EB is #9CD914. Grayscale: #4D4D4D. Windows color (decimal): -10279189 or 15410787. OLE color: 15410787.
HSL color Cylindrical-coordinate representation of color #6326EB: hue angle of 258.58º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6326EB is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 38 | 235 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.08 |
| HSL | 258.58º | 0.83% | 0.54% | - |
| HSV(B) | 258.58º | 0.84% | 0.92% | - |
| XYZ | 20.83 | 10.04 | 79.44 | - |
| YUV | 78.7 | 216.21 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 235 | 0.58 | 0.84 | 0 | 0.08 | 258.58 | 0.83 | 0.54 |
| Hex | 63 | 26 | EB | 3A | 54 | 0 | 8 | 103 | 53 | 36 |
| Octal | 143 | 46 | 353 | 72 | 124 | 0 | 10 | 403 | 123 | 66 |
| Binary | 1100011 | 100110 | 11101011 | 111010 | 1010100 | 0 | 1000 | 100000011 | 1010011 | 110110 |
Color Harmonies of #6326EB
Complementary color
Monochromatic Colors of #6326EB
Black with #6326EB
Text Example
Text Example
White with #6326EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6326EB; }
p { color: rgb(99,38,235); }
H1.HeaderClassName
{
color: #6326EB;
}
.AnyTagClassName
{
color: #6326EB;
}
</style>
background-color css
<style>
a { background-color: #6326EB; }
a { background-color: rgb(99,38,235); }
div.DivClassName
{
background-color: #6326EB;
}
.BgClassName
{
background-color: #6326EB;
}
</style>
border-color css
<style>
span { border-color: #6326EB; }
span { border-color: rgb(99,38,235); }
td.TdClassName
{
border-color: #6326EB;
}
.TagClassName
{
border-color: #6326EB;
}
</style>