Shades of Han Purple #692EEE
Tints of Han Purple #692EEE
RGB
CMYK
RGB Variations
Color information
#692EEE (or 0x692EEE) is known color: Han Purple. HEX triplet: 69, 2E and EE. RGB value is (105,46,238). Sum of RGB (Red+Green+Blue) = 105+46+238=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #692EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692EEE is #96D111. Grayscale: #545454. Windows color (decimal): -9883922 or 15609449. OLE color: 15609449.
HSL color Cylindrical-coordinate representation of color #692EEE: hue angle of 258.44º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #692EEE is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 46 | 238 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.07 |
| HSL | 258.44º | 0.85% | 0.56% | - |
| HSV(B) | 258.44º | 0.81% | 0.93% | - |
| XYZ | 22.24 | 11.13 | 81.87 | - |
| YUV | 85.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 238 | 0.56 | 0.81 | 0 | 0.07 | 258.44 | 0.85 | 0.56 |
| Hex | 69 | 2E | EE | 38 | 51 | 0 | 7 | 102 | 55 | 38 |
| Octal | 151 | 56 | 356 | 70 | 121 | 0 | 7 | 402 | 125 | 70 |
| Binary | 1101001 | 101110 | 11101110 | 111000 | 1010001 | 0 | 111 | 100000010 | 1010101 | 111000 |
Color Harmonies of #692EEE
Complementary color
Monochromatic Colors of #692EEE
Black with #692EEE
Text Example
Text Example
White with #692EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692EEE; }
p { color: rgb(105,46,238); }
H1.HeaderClassName
{
color: #692EEE;
}
.AnyTagClassName
{
color: #692EEE;
}
</style>
background-color css
<style>
a { background-color: #692EEE; }
a { background-color: rgb(105,46,238); }
div.DivClassName
{
background-color: #692EEE;
}
.BgClassName
{
background-color: #692EEE;
}
</style>
border-color css
<style>
span { border-color: #692EEE; }
span { border-color: rgb(105,46,238); }
td.TdClassName
{
border-color: #692EEE;
}
.TagClassName
{
border-color: #692EEE;
}
</style>