Shades of Han Purple #692CFF
Tints of Han Purple #692CFF
RGB
CMYK
RGB Variations
Color information
#692CFF (or 0x692CFF) is known color: Han Purple. HEX triplet: 69, 2C and FF. RGB value is (105,44,255). Sum of RGB (Red+Green+Blue) = 105+44+255=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #692CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692CFF is #96D300. Grayscale: #555555. Windows color (decimal): -9884417 or 16723049. OLE color: 16723049.
HSL color Cylindrical-coordinate representation of color #692CFF: hue angle of 257.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #692CFF is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 44 | 255 | - |
| CMYK | 0.59 | 0.83 | 0 | 0 |
| HSL | 257.35º | 1% | 0.59% | - |
| HSV(B) | 257.35º | 0.83% | 1% | - |
| XYZ | 24.78 | 12.02 | 95.62 | - |
| YUV | 86.29 | 223.21 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 255 | 0.59 | 0.83 | 0 | 0 | 257.35 | 1 | 0.59 |
| Hex | 69 | 2C | FF | 3B | 53 | 0 | 0 | 101 | 64 | 3B |
| Octal | 151 | 54 | 377 | 73 | 123 | 0 | 0 | 401 | 144 | 73 |
| Binary | 1101001 | 101100 | 11111111 | 111011 | 1010011 | 0 | 0 | 100000001 | 1100100 | 111011 |
Color Harmonies of #692CFF
Complementary color
Monochromatic Colors of #692CFF
Black with #692CFF
Text Example
Text Example
White with #692CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CFF; }
p { color: rgb(105,44,255); }
H1.HeaderClassName
{
color: #692CFF;
}
.AnyTagClassName
{
color: #692CFF;
}
</style>
background-color css
<style>
a { background-color: #692CFF; }
a { background-color: rgb(105,44,255); }
div.DivClassName
{
background-color: #692CFF;
}
.BgClassName
{
background-color: #692CFF;
}
</style>
border-color css
<style>
span { border-color: #692CFF; }
span { border-color: rgb(105,44,255); }
td.TdClassName
{
border-color: #692CFF;
}
.TagClassName
{
border-color: #692CFF;
}
</style>