Shades of Han Purple #692FEA
Tints of Han Purple #692FEA
RGB
CMYK
RGB Variations
Color information
#692FEA (or 0x692FEA) is known color: Han Purple. HEX triplet: 69, 2F and EA. RGB value is (105,47,234). Sum of RGB (Red+Green+Blue) = 105+47+234=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #692FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692FEA is #96D015. Grayscale: #545454. Windows color (decimal): -9883670 or 15347561. OLE color: 15347561.
HSL color Cylindrical-coordinate representation of color #692FEA: hue angle of 258.61º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #692FEA is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 47 | 234 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.08 |
| HSL | 258.61º | 0.82% | 0.55% | - |
| HSV(B) | 258.61º | 0.8% | 0.92% | - |
| XYZ | 21.69 | 10.98 | 78.82 | - |
| YUV | 85.66 | 211.72 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 234 | 0.55 | 0.80 | 0 | 0.08 | 258.61 | 0.82 | 0.55 |
| Hex | 69 | 2F | EA | 37 | 50 | 0 | 8 | 103 | 52 | 37 |
| Octal | 151 | 57 | 352 | 67 | 120 | 0 | 10 | 403 | 122 | 67 |
| Binary | 1101001 | 101111 | 11101010 | 110111 | 1010000 | 0 | 1000 | 100000011 | 1010010 | 110111 |
Color Harmonies of #692FEA
Complementary color
Monochromatic Colors of #692FEA
Black with #692FEA
Text Example
Text Example
White with #692FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692FEA; }
p { color: rgb(105,47,234); }
H1.HeaderClassName
{
color: #692FEA;
}
.AnyTagClassName
{
color: #692FEA;
}
</style>
background-color css
<style>
a { background-color: #692FEA; }
a { background-color: rgb(105,47,234); }
div.DivClassName
{
background-color: #692FEA;
}
.BgClassName
{
background-color: #692FEA;
}
</style>
border-color css
<style>
span { border-color: #692FEA; }
span { border-color: rgb(105,47,234); }
td.TdClassName
{
border-color: #692FEA;
}
.TagClassName
{
border-color: #692FEA;
}
</style>