Shades of Han Purple #691CEA
Tints of Han Purple #691CEA
RGB
CMYK
RGB Variations
Color information
#691CEA (or 0x691CEA) is known color: Han Purple. HEX triplet: 69, 1C and EA. RGB value is (105,28,234). Sum of RGB (Red+Green+Blue) = 105+28+234=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #691CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691CEA is #96E315. Grayscale: #494949. Windows color (decimal): -9888534 or 15342697. OLE color: 15342697.
HSL color Cylindrical-coordinate representation of color #691CEA: hue angle of 262.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691CEA is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 28 | 234 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.08 |
| HSL | 262.43º | 0.83% | 0.51% | - |
| HSV(B) | 262.43º | 0.88% | 0.92% | - |
| XYZ | 21.09 | 9.77 | 78.62 | - |
| YUV | 74.51 | 218.01 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 234 | 0.55 | 0.88 | 0 | 0.08 | 262.43 | 0.83 | 0.51 |
| Hex | 69 | 1C | EA | 37 | 58 | 0 | 8 | 106 | 53 | 33 |
| Octal | 151 | 34 | 352 | 67 | 130 | 0 | 10 | 406 | 123 | 63 |
| Binary | 1101001 | 11100 | 11101010 | 110111 | 1011000 | 0 | 1000 | 100000110 | 1010011 | 110011 |
Color Harmonies of #691CEA
Complementary color
Monochromatic Colors of #691CEA
Black with #691CEA
Text Example
Text Example
White with #691CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691CEA; }
p { color: rgb(105,28,234); }
H1.HeaderClassName
{
color: #691CEA;
}
.AnyTagClassName
{
color: #691CEA;
}
</style>
background-color css
<style>
a { background-color: #691CEA; }
a { background-color: rgb(105,28,234); }
div.DivClassName
{
background-color: #691CEA;
}
.BgClassName
{
background-color: #691CEA;
}
</style>
border-color css
<style>
span { border-color: #691CEA; }
span { border-color: rgb(105,28,234); }
td.TdClassName
{
border-color: #691CEA;
}
.TagClassName
{
border-color: #691CEA;
}
</style>