Shades of Han Purple #692FEC
Tints of Han Purple #692FEC
RGB
CMYK
RGB Variations
Color information
#692FEC (or 0x692FEC) is known color: Han Purple. HEX triplet: 69, 2F and EC. RGB value is (105,47,236). Sum of RGB (Red+Green+Blue) = 105+47+236=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #692FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692FEC is #96D013. Grayscale: #555555. Windows color (decimal): -9883668 or 15478633. OLE color: 15478633.
HSL color Cylindrical-coordinate representation of color #692FEC: hue angle of 258.41º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #692FEC is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 47 | 236 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.07 |
| HSL | 258.41º | 0.83% | 0.55% | - |
| HSV(B) | 258.41º | 0.8% | 0.93% | - |
| XYZ | 21.98 | 11.09 | 80.34 | - |
| YUV | 85.89 | 212.72 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 236 | 0.56 | 0.80 | 0 | 0.07 | 258.41 | 0.83 | 0.55 |
| Hex | 69 | 2F | EC | 38 | 50 | 0 | 7 | 102 | 53 | 37 |
| Octal | 151 | 57 | 354 | 70 | 120 | 0 | 7 | 402 | 123 | 67 |
| Binary | 1101001 | 101111 | 11101100 | 111000 | 1010000 | 0 | 111 | 100000010 | 1010011 | 110111 |
Color Harmonies of #692FEC
Complementary color
Monochromatic Colors of #692FEC
Black with #692FEC
Text Example
Text Example
White with #692FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692FEC; }
p { color: rgb(105,47,236); }
H1.HeaderClassName
{
color: #692FEC;
}
.AnyTagClassName
{
color: #692FEC;
}
</style>
background-color css
<style>
a { background-color: #692FEC; }
a { background-color: rgb(105,47,236); }
div.DivClassName
{
background-color: #692FEC;
}
.BgClassName
{
background-color: #692FEC;
}
</style>
border-color css
<style>
span { border-color: #692FEC; }
span { border-color: rgb(105,47,236); }
td.TdClassName
{
border-color: #692FEC;
}
.TagClassName
{
border-color: #692FEC;
}
</style>