Shades of Han Purple #692AFF
Tints of Han Purple #692AFF
RGB
CMYK
RGB Variations
Color information
#692AFF (or 0x692AFF) is known color: Han Purple. HEX triplet: 69, 2A and FF. RGB value is (105,42,255). Sum of RGB (Red+Green+Blue) = 105+42+255=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #692AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692AFF is #96D500. Grayscale: #545454. Windows color (decimal): -9884929 or 16722537. OLE color: 16722537.
HSL color Cylindrical-coordinate representation of color #692AFF: hue angle of 257.75º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #692AFF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 42 | 255 | - |
| CMYK | 0.59 | 0.84 | 0 | 0 |
| HSL | 257.75º | 1% | 0.58% | - |
| HSV(B) | 257.75º | 0.84% | 1% | - |
| XYZ | 24.7 | 11.88 | 95.6 | - |
| YUV | 85.12 | 223.87 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 255 | 0.59 | 0.84 | 0 | 0 | 257.75 | 1 | 0.58 |
| Hex | 69 | 2A | FF | 3B | 54 | 0 | 0 | 102 | 64 | 3A |
| Octal | 151 | 52 | 377 | 73 | 124 | 0 | 0 | 402 | 144 | 72 |
| Binary | 1101001 | 101010 | 11111111 | 111011 | 1010100 | 0 | 0 | 100000010 | 1100100 | 111010 |
Color Harmonies of #692AFF
Complementary color
Monochromatic Colors of #692AFF
Black with #692AFF
Text Example
Text Example
White with #692AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692AFF; }
p { color: rgb(105,42,255); }
H1.HeaderClassName
{
color: #692AFF;
}
.AnyTagClassName
{
color: #692AFF;
}
</style>
background-color css
<style>
a { background-color: #692AFF; }
a { background-color: rgb(105,42,255); }
div.DivClassName
{
background-color: #692AFF;
}
.BgClassName
{
background-color: #692AFF;
}
</style>
border-color css
<style>
span { border-color: #692AFF; }
span { border-color: rgb(105,42,255); }
td.TdClassName
{
border-color: #692AFF;
}
.TagClassName
{
border-color: #692AFF;
}
</style>