Shades of Han Purple #692BED
Tints of Han Purple #692BED
RGB
CMYK
RGB Variations
Color information
#692BED (or 0x692BED) is known color: Han Purple. HEX triplet: 69, 2B and ED. RGB value is (105,43,237). Sum of RGB (Red+Green+Blue) = 105+43+237=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #692BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692BED is #96D412. Grayscale: #525252. Windows color (decimal): -9884691 or 15543145. OLE color: 15543145.
HSL color Cylindrical-coordinate representation of color #692BED: hue angle of 259.18º 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 #692BED is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 43 | 237 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.07 |
| HSL | 259.18º | 0.84% | 0.55% | - |
| HSV(B) | 259.18º | 0.82% | 0.93% | - |
| XYZ | 21.98 | 10.85 | 81.06 | - |
| YUV | 83.65 | 214.54 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 237 | 0.56 | 0.82 | 0 | 0.07 | 259.18 | 0.84 | 0.55 |
| Hex | 69 | 2B | ED | 38 | 52 | 0 | 7 | 103 | 54 | 37 |
| Octal | 151 | 53 | 355 | 70 | 122 | 0 | 7 | 403 | 124 | 67 |
| Binary | 1101001 | 101011 | 11101101 | 111000 | 1010010 | 0 | 111 | 100000011 | 1010100 | 110111 |
Color Harmonies of #692BED
Complementary color
Monochromatic Colors of #692BED
Black with #692BED
Text Example
Text Example
White with #692BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BED; }
p { color: rgb(105,43,237); }
H1.HeaderClassName
{
color: #692BED;
}
.AnyTagClassName
{
color: #692BED;
}
</style>
background-color css
<style>
a { background-color: #692BED; }
a { background-color: rgb(105,43,237); }
div.DivClassName
{
background-color: #692BED;
}
.BgClassName
{
background-color: #692BED;
}
</style>
border-color css
<style>
span { border-color: #692BED; }
span { border-color: rgb(105,43,237); }
td.TdClassName
{
border-color: #692BED;
}
.TagClassName
{
border-color: #692BED;
}
</style>