Shades of Han Purple #6924EE
Tints of Han Purple #6924EE
RGB
CMYK
RGB Variations
Color information
#6924EE (or 0x6924EE) is known color: Han Purple. HEX triplet: 69, 24 and EE. RGB value is (105,36,238). Sum of RGB (Red+Green+Blue) = 105+36+238=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #6924EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6924EE is #96DB11. Grayscale: #4E4E4E. Windows color (decimal): -9886482 or 15606889. OLE color: 15606889.
HSL color Cylindrical-coordinate representation of color #6924EE: hue angle of 260.5º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6924EE is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 36 | 238 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.07 |
| HSL | 260.5º | 0.86% | 0.54% | - |
| HSV(B) | 260.5º | 0.85% | 0.93% | - |
| XYZ | 21.89 | 10.44 | 81.75 | - |
| YUV | 79.66 | 217.36 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 238 | 0.56 | 0.85 | 0 | 0.07 | 260.5 | 0.86 | 0.54 |
| Hex | 69 | 24 | EE | 38 | 55 | 0 | 7 | 104 | 56 | 36 |
| Octal | 151 | 44 | 356 | 70 | 125 | 0 | 7 | 404 | 126 | 66 |
| Binary | 1101001 | 100100 | 11101110 | 111000 | 1010101 | 0 | 111 | 100000100 | 1010110 | 110110 |
Color Harmonies of #6924EE
Complementary color
Monochromatic Colors of #6924EE
Black with #6924EE
Text Example
Text Example
White with #6924EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6924EE; }
p { color: rgb(105,36,238); }
H1.HeaderClassName
{
color: #6924EE;
}
.AnyTagClassName
{
color: #6924EE;
}
</style>
background-color css
<style>
a { background-color: #6924EE; }
a { background-color: rgb(105,36,238); }
div.DivClassName
{
background-color: #6924EE;
}
.BgClassName
{
background-color: #6924EE;
}
</style>
border-color css
<style>
span { border-color: #6924EE; }
span { border-color: rgb(105,36,238); }
td.TdClassName
{
border-color: #6924EE;
}
.TagClassName
{
border-color: #6924EE;
}
</style>