Shades of Han Purple #692BEC
Tints of Han Purple #692BEC
RGB
CMYK
RGB Variations
Color information
#692BEC (or 0x692BEC) is known color: Han Purple. HEX triplet: 69, 2B and EC. RGB value is (105,43,236). Sum of RGB (Red+Green+Blue) = 105+43+236=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #692BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692BEC is #96D413. Grayscale: #525252. Windows color (decimal): -9884692 or 15477609. OLE color: 15477609.
HSL color Cylindrical-coordinate representation of color #692BEC: hue angle of 259.27º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #692BEC is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 43 | 236 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.07 |
| HSL | 259.27º | 0.84% | 0.55% | - |
| HSV(B) | 259.27º | 0.82% | 0.93% | - |
| XYZ | 21.83 | 10.79 | 80.29 | - |
| YUV | 83.54 | 214.04 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 236 | 0.56 | 0.82 | 0 | 0.07 | 259.27 | 0.84 | 0.55 |
| Hex | 69 | 2B | EC | 38 | 52 | 0 | 7 | 103 | 54 | 37 |
| Octal | 151 | 53 | 354 | 70 | 122 | 0 | 7 | 403 | 124 | 67 |
| Binary | 1101001 | 101011 | 11101100 | 111000 | 1010010 | 0 | 111 | 100000011 | 1010100 | 110111 |
Color Harmonies of #692BEC
Complementary color
Monochromatic Colors of #692BEC
Black with #692BEC
Text Example
Text Example
White with #692BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BEC; }
p { color: rgb(105,43,236); }
H1.HeaderClassName
{
color: #692BEC;
}
.AnyTagClassName
{
color: #692BEC;
}
</style>
background-color css
<style>
a { background-color: #692BEC; }
a { background-color: rgb(105,43,236); }
div.DivClassName
{
background-color: #692BEC;
}
.BgClassName
{
background-color: #692BEC;
}
</style>
border-color css
<style>
span { border-color: #692BEC; }
span { border-color: rgb(105,43,236); }
td.TdClassName
{
border-color: #692BEC;
}
.TagClassName
{
border-color: #692BEC;
}
</style>