Shades of Han Purple #6932EE
Tints of Han Purple #6932EE
RGB
CMYK
RGB Variations
Color information
#6932EE (or 0x6932EE) is known color: Han Purple. HEX triplet: 69, 32 and EE. RGB value is (105,50,238). Sum of RGB (Red+Green+Blue) = 105+50+238=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #6932EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6932EE is #96CD11. Grayscale: #575757. Windows color (decimal): -9882898 or 15610473. OLE color: 15610473.
HSL color Cylindrical-coordinate representation of color #6932EE: hue angle of 257.55º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6932EE is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 50 | 238 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.07 |
| HSL | 257.55º | 0.85% | 0.56% | - |
| HSV(B) | 257.55º | 0.79% | 0.93% | - |
| XYZ | 22.4 | 11.46 | 81.92 | - |
| YUV | 87.88 | 212.72 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 238 | 0.56 | 0.79 | 0 | 0.07 | 257.55 | 0.85 | 0.56 |
| Hex | 69 | 32 | EE | 38 | 4F | 0 | 7 | 102 | 55 | 38 |
| Octal | 151 | 62 | 356 | 70 | 117 | 0 | 7 | 402 | 125 | 70 |
| Binary | 1101001 | 110010 | 11101110 | 111000 | 1001111 | 0 | 111 | 100000010 | 1010101 | 111000 |
Color Harmonies of #6932EE
Complementary color
Monochromatic Colors of #6932EE
Black with #6932EE
Text Example
Text Example
White with #6932EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6932EE; }
p { color: rgb(105,50,238); }
H1.HeaderClassName
{
color: #6932EE;
}
.AnyTagClassName
{
color: #6932EE;
}
</style>
background-color css
<style>
a { background-color: #6932EE; }
a { background-color: rgb(105,50,238); }
div.DivClassName
{
background-color: #6932EE;
}
.BgClassName
{
background-color: #6932EE;
}
</style>
border-color css
<style>
span { border-color: #6932EE; }
span { border-color: rgb(105,50,238); }
td.TdClassName
{
border-color: #6932EE;
}
.TagClassName
{
border-color: #6932EE;
}
</style>