Shades of Han Purple #6933EF
Tints of Han Purple #6933EF
RGB
CMYK
RGB Variations
Color information
#6933EF (or 0x6933EF) is known color: Han Purple. HEX triplet: 69, 33 and EF. RGB value is (105,51,239). Sum of RGB (Red+Green+Blue) = 105+51+239=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #6933EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6933EF is #96CC10. Grayscale: #575757. Windows color (decimal): -9882641 or 15676265. OLE color: 15676265.
HSL color Cylindrical-coordinate representation of color #6933EF: hue angle of 257.23º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6933EF is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 51 | 239 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.06 |
| HSL | 257.23º | 0.85% | 0.57% | - |
| HSV(B) | 257.23º | 0.79% | 0.94% | - |
| XYZ | 22.59 | 11.6 | 82.71 | - |
| YUV | 88.58 | 212.89 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 239 | 0.56 | 0.79 | 0 | 0.06 | 257.23 | 0.85 | 0.57 |
| Hex | 69 | 33 | EF | 38 | 4F | 0 | 6 | 101 | 55 | 39 |
| Octal | 151 | 63 | 357 | 70 | 117 | 0 | 6 | 401 | 125 | 71 |
| Binary | 1101001 | 110011 | 11101111 | 111000 | 1001111 | 0 | 110 | 100000001 | 1010101 | 111001 |
Color Harmonies of #6933EF
Complementary color
Monochromatic Colors of #6933EF
Black with #6933EF
Text Example
Text Example
White with #6933EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6933EF; }
p { color: rgb(105,51,239); }
H1.HeaderClassName
{
color: #6933EF;
}
.AnyTagClassName
{
color: #6933EF;
}
</style>
background-color css
<style>
a { background-color: #6933EF; }
a { background-color: rgb(105,51,239); }
div.DivClassName
{
background-color: #6933EF;
}
.BgClassName
{
background-color: #6933EF;
}
</style>
border-color css
<style>
span { border-color: #6933EF; }
span { border-color: rgb(105,51,239); }
td.TdClassName
{
border-color: #6933EF;
}
.TagClassName
{
border-color: #6933EF;
}
</style>