Shades of Han Purple #6322EE
Tints of Han Purple #6322EE
RGB
CMYK
RGB Variations
Color information
#6322EE (or 0x6322EE) is known color: Han Purple. HEX triplet: 63, 22 and EE. RGB value is (99,34,238). Sum of RGB (Red+Green+Blue) = 99+34+238=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #6322EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6322EE is #9CDD11. Grayscale: #4B4B4B. Windows color (decimal): -10280210 or 15606371. OLE color: 15606371.
HSL color Cylindrical-coordinate representation of color #6322EE: hue angle of 259.12º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6322EE is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 34 | 238 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.07 |
| HSL | 259.12º | 0.86% | 0.53% | - |
| HSV(B) | 259.12º | 0.86% | 0.93% | - |
| XYZ | 21.15 | 9.97 | 81.7 | - |
| YUV | 76.69 | 219.03 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 238 | 0.58 | 0.86 | 0 | 0.07 | 259.12 | 0.86 | 0.53 |
| Hex | 63 | 22 | EE | 3A | 56 | 0 | 7 | 103 | 56 | 35 |
| Octal | 143 | 42 | 356 | 72 | 126 | 0 | 7 | 403 | 126 | 65 |
| Binary | 1100011 | 100010 | 11101110 | 111010 | 1010110 | 0 | 111 | 100000011 | 1010110 | 110101 |
Color Harmonies of #6322EE
Complementary color
Monochromatic Colors of #6322EE
Black with #6322EE
Text Example
Text Example
White with #6322EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6322EE; }
p { color: rgb(99,34,238); }
H1.HeaderClassName
{
color: #6322EE;
}
.AnyTagClassName
{
color: #6322EE;
}
</style>
background-color css
<style>
a { background-color: #6322EE; }
a { background-color: rgb(99,34,238); }
div.DivClassName
{
background-color: #6322EE;
}
.BgClassName
{
background-color: #6322EE;
}
</style>
border-color css
<style>
span { border-color: #6322EE; }
span { border-color: rgb(99,34,238); }
td.TdClassName
{
border-color: #6322EE;
}
.TagClassName
{
border-color: #6322EE;
}
</style>