Shades of Han Purple #6929EA
Tints of Han Purple #6929EA
RGB
CMYK
RGB Variations
Color information
#6929EA (or 0x6929EA) is known color: Han Purple. HEX triplet: 69, 29 and EA. RGB value is (105,41,234). Sum of RGB (Red+Green+Blue) = 105+41+234=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #6929EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6929EA is #96D615. Grayscale: #515151. Windows color (decimal): -9885206 or 15346025. OLE color: 15346025.
HSL color Cylindrical-coordinate representation of color #6929EA: hue angle of 259.9º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6929EA is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 41 | 234 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.08 |
| HSL | 259.9º | 0.82% | 0.54% | - |
| HSV(B) | 259.9º | 0.82% | 0.92% | - |
| XYZ | 21.47 | 10.53 | 78.74 | - |
| YUV | 82.14 | 213.7 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 41 | 234 | 0.55 | 0.82 | 0 | 0.08 | 259.9 | 0.82 | 0.54 |
| Hex | 69 | 29 | EA | 37 | 52 | 0 | 8 | 104 | 52 | 36 |
| Octal | 151 | 51 | 352 | 67 | 122 | 0 | 10 | 404 | 122 | 66 |
| Binary | 1101001 | 101001 | 11101010 | 110111 | 1010010 | 0 | 1000 | 100000100 | 1010010 | 110110 |
Color Harmonies of #6929EA
Complementary color
Monochromatic Colors of #6929EA
Black with #6929EA
Text Example
Text Example
White with #6929EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6929EA; }
p { color: rgb(105,41,234); }
H1.HeaderClassName
{
color: #6929EA;
}
.AnyTagClassName
{
color: #6929EA;
}
</style>
background-color css
<style>
a { background-color: #6929EA; }
a { background-color: rgb(105,41,234); }
div.DivClassName
{
background-color: #6929EA;
}
.BgClassName
{
background-color: #6929EA;
}
</style>
border-color css
<style>
span { border-color: #6929EA; }
span { border-color: rgb(105,41,234); }
td.TdClassName
{
border-color: #6929EA;
}
.TagClassName
{
border-color: #6929EA;
}
</style>