Shades of Han Purple #6833EF
Tints of Han Purple #6833EF
RGB
CMYK
RGB Variations
Color information
#6833EF (or 0x6833EF) is known color: Han Purple. HEX triplet: 68, 33 and EF. RGB value is (104,51,239). Sum of RGB (Red+Green+Blue) = 104+51+239=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #6833EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6833EF is #97CC10. Grayscale: #575757. Windows color (decimal): -9948177 or 15676264. OLE color: 15676264.
HSL color Cylindrical-coordinate representation of color #6833EF: hue angle of 256.91º 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 #6833EF is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 51 | 239 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.06 |
| HSL | 256.91º | 0.85% | 0.57% | - |
| HSV(B) | 256.91º | 0.79% | 0.94% | - |
| XYZ | 22.47 | 11.54 | 82.7 | - |
| YUV | 88.28 | 213.06 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 239 | 0.56 | 0.79 | 0 | 0.06 | 256.91 | 0.85 | 0.57 |
| Hex | 68 | 33 | EF | 38 | 4F | 0 | 6 | 101 | 55 | 39 |
| Octal | 150 | 63 | 357 | 70 | 117 | 0 | 6 | 401 | 125 | 71 |
| Binary | 1101000 | 110011 | 11101111 | 111000 | 1001111 | 0 | 110 | 100000001 | 1010101 | 111001 |
Color Harmonies of #6833EF
Complementary color
Monochromatic Colors of #6833EF
Black with #6833EF
Text Example
Text Example
White with #6833EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6833EF; }
p { color: rgb(104,51,239); }
H1.HeaderClassName
{
color: #6833EF;
}
.AnyTagClassName
{
color: #6833EF;
}
</style>
background-color css
<style>
a { background-color: #6833EF; }
a { background-color: rgb(104,51,239); }
div.DivClassName
{
background-color: #6833EF;
}
.BgClassName
{
background-color: #6833EF;
}
</style>
border-color css
<style>
span { border-color: #6833EF; }
span { border-color: rgb(104,51,239); }
td.TdClassName
{
border-color: #6833EF;
}
.TagClassName
{
border-color: #6833EF;
}
</style>