Shades of Han Purple #6934EF
Tints of Han Purple #6934EF
RGB
CMYK
RGB Variations
Color information
#6934EF (or 0x6934EF) is known color: Han Purple. HEX triplet: 69, 34 and EF. RGB value is (105,52,239). Sum of RGB (Red+Green+Blue) = 105+52+239=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #6934EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6934EF is #96CB10. Grayscale: #585858. Windows color (decimal): -9882385 or 15676521. OLE color: 15676521.
HSL color Cylindrical-coordinate representation of color #6934EF: hue angle of 257.01º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6934EF is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 52 | 239 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.06 |
| HSL | 257.01º | 0.85% | 0.57% | - |
| HSV(B) | 257.01º | 0.78% | 0.94% | - |
| XYZ | 22.63 | 11.69 | 82.73 | - |
| YUV | 89.17 | 212.56 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 239 | 0.56 | 0.78 | 0 | 0.06 | 257.01 | 0.85 | 0.57 |
| Hex | 69 | 34 | EF | 38 | 4E | 0 | 6 | 101 | 55 | 39 |
| Octal | 151 | 64 | 357 | 70 | 116 | 0 | 6 | 401 | 125 | 71 |
| Binary | 1101001 | 110100 | 11101111 | 111000 | 1001110 | 0 | 110 | 100000001 | 1010101 | 111001 |
Color Harmonies of #6934EF
Complementary color
Monochromatic Colors of #6934EF
Black with #6934EF
Text Example
Text Example
White with #6934EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934EF; }
p { color: rgb(105,52,239); }
H1.HeaderClassName
{
color: #6934EF;
}
.AnyTagClassName
{
color: #6934EF;
}
</style>
background-color css
<style>
a { background-color: #6934EF; }
a { background-color: rgb(105,52,239); }
div.DivClassName
{
background-color: #6934EF;
}
.BgClassName
{
background-color: #6934EF;
}
</style>
border-color css
<style>
span { border-color: #6934EF; }
span { border-color: rgb(105,52,239); }
td.TdClassName
{
border-color: #6934EF;
}
.TagClassName
{
border-color: #6934EF;
}
</style>