Shades of Han Purple #692AF8
Tints of Han Purple #692AF8
RGB
CMYK
RGB Variations
Color information
#692AF8 (or 0x692AF8) is known color: Han Purple. HEX triplet: 69, 2A and F8. RGB value is (105,42,248). Sum of RGB (Red+Green+Blue) = 105+42+248=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 248 (97.27% from 255 or 62.78% from 395); Max value from RGB is 248 - color contains mainly: blue. Hex color #692AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692AF8 is #96D507. Grayscale: #535353. Windows color (decimal): -9884936 or 16263785. OLE color: 16263785.
HSL color Cylindrical-coordinate representation of color #692AF8: hue angle of 258.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #692AF8 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 42 | 248 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.03 |
| HSL | 258.35º | 0.94% | 0.57% | - |
| HSV(B) | 258.35º | 0.83% | 0.97% | - |
| XYZ | 23.6 | 11.44 | 89.77 | - |
| YUV | 84.32 | 220.37 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 248 | 0.58 | 0.83 | 0 | 0.03 | 258.35 | 0.94 | 0.57 |
| Hex | 69 | 2A | F8 | 3A | 53 | 0 | 3 | 102 | 5E | 39 |
| Octal | 151 | 52 | 370 | 72 | 123 | 0 | 3 | 402 | 136 | 71 |
| Binary | 1101001 | 101010 | 11111000 | 111010 | 1010011 | 0 | 11 | 100000010 | 1011110 | 111001 |
Color Harmonies of #692AF8
Complementary color
Monochromatic Colors of #692AF8
Black with #692AF8
Text Example
Text Example
White with #692AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692AF8; }
p { color: rgb(105,42,248); }
H1.HeaderClassName
{
color: #692AF8;
}
.AnyTagClassName
{
color: #692AF8;
}
</style>
background-color css
<style>
a { background-color: #692AF8; }
a { background-color: rgb(105,42,248); }
div.DivClassName
{
background-color: #692AF8;
}
.BgClassName
{
background-color: #692AF8;
}
</style>
border-color css
<style>
span { border-color: #692AF8; }
span { border-color: rgb(105,42,248); }
td.TdClassName
{
border-color: #692AF8;
}
.TagClassName
{
border-color: #692AF8;
}
</style>