Shades of Han Purple #6926EA
Tints of Han Purple #6926EA
RGB
CMYK
RGB Variations
Color information
#6926EA (or 0x6926EA) is known color: Han Purple. HEX triplet: 69, 26 and EA. RGB value is (105,38,234). Sum of RGB (Red+Green+Blue) = 105+38+234=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #6926EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6926EA is #96D915. Grayscale: #4F4F4F. Windows color (decimal): -9885974 or 15345257. OLE color: 15345257.
HSL color Cylindrical-coordinate representation of color #6926EA: hue angle of 260.51º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6926EA is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 38 | 234 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.08 |
| HSL | 260.51º | 0.82% | 0.53% | - |
| HSV(B) | 260.51º | 0.84% | 0.92% | - |
| XYZ | 21.37 | 10.33 | 78.71 | - |
| YUV | 80.38 | 214.7 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 234 | 0.55 | 0.84 | 0 | 0.08 | 260.51 | 0.82 | 0.53 |
| Hex | 69 | 26 | EA | 37 | 54 | 0 | 8 | 105 | 52 | 35 |
| Octal | 151 | 46 | 352 | 67 | 124 | 0 | 10 | 405 | 122 | 65 |
| Binary | 1101001 | 100110 | 11101010 | 110111 | 1010100 | 0 | 1000 | 100000101 | 1010010 | 110101 |
Color Harmonies of #6926EA
Complementary color
Monochromatic Colors of #6926EA
Black with #6926EA
Text Example
Text Example
White with #6926EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6926EA; }
p { color: rgb(105,38,234); }
H1.HeaderClassName
{
color: #6926EA;
}
.AnyTagClassName
{
color: #6926EA;
}
</style>
background-color css
<style>
a { background-color: #6926EA; }
a { background-color: rgb(105,38,234); }
div.DivClassName
{
background-color: #6926EA;
}
.BgClassName
{
background-color: #6926EA;
}
</style>
border-color css
<style>
span { border-color: #6926EA; }
span { border-color: rgb(105,38,234); }
td.TdClassName
{
border-color: #6926EA;
}
.TagClassName
{
border-color: #6926EA;
}
</style>