Shades of Han Purple #692FFE
Tints of Han Purple #692FFE
RGB
CMYK
RGB Variations
Color information
#692FFE (or 0x692FFE) is known color: Han Purple. HEX triplet: 69, 2F and FE. RGB value is (105,47,254). Sum of RGB (Red+Green+Blue) = 105+47+254=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #692FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692FFE is #96D001. Grayscale: #575757. Windows color (decimal): -9883650 or 16658281. OLE color: 16658281.
HSL color Cylindrical-coordinate representation of color #692FFE: hue angle of 256.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #692FFE is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 47 | 254 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.00 |
| HSL | 256.81º | 0.99% | 0.59% | - |
| HSV(B) | 256.81º | 0.81% | 1% | - |
| XYZ | 24.73 | 12.19 | 94.82 | - |
| YUV | 87.94 | 221.72 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 254 | 0.59 | 0.81 | 0 | 0.00 | 256.81 | 0.99 | 0.59 |
| Hex | 69 | 2F | FE | 3B | 51 | 0 | 0 | 101 | 63 | 3B |
| Octal | 151 | 57 | 376 | 73 | 121 | 0 | 0 | 401 | 143 | 73 |
| Binary | 1101001 | 101111 | 11111110 | 111011 | 1010001 | 0 | 0 | 100000001 | 1100011 | 111011 |
Color Harmonies of #692FFE
Complementary color
Monochromatic Colors of #692FFE
Black with #692FFE
Text Example
Text Example
White with #692FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692FFE; }
p { color: rgb(105,47,254); }
H1.HeaderClassName
{
color: #692FFE;
}
.AnyTagClassName
{
color: #692FFE;
}
</style>
background-color css
<style>
a { background-color: #692FFE; }
a { background-color: rgb(105,47,254); }
div.DivClassName
{
background-color: #692FFE;
}
.BgClassName
{
background-color: #692FFE;
}
</style>
border-color css
<style>
span { border-color: #692FFE; }
span { border-color: rgb(105,47,254); }
td.TdClassName
{
border-color: #692FFE;
}
.TagClassName
{
border-color: #692FFE;
}
</style>