Shades of Han Purple #6821EF
Tints of Han Purple #6821EF
RGB
CMYK
RGB Variations
Color information
#6821EF (or 0x6821EF) is known color: Han Purple. HEX triplet: 68, 21 and EF. RGB value is (104,33,239). Sum of RGB (Red+Green+Blue) = 104+33+239=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #6821EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6821EF is #97DE10. Grayscale: #4C4C4C. Windows color (decimal): -9952785 or 15671656. OLE color: 15671656.
HSL color Cylindrical-coordinate representation of color #6821EF: hue angle of 260.68º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6821EF is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 33 | 239 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.06 |
| HSL | 260.68º | 0.87% | 0.53% | - |
| HSV(B) | 260.68º | 0.86% | 0.94% | - |
| XYZ | 21.83 | 10.26 | 82.49 | - |
| YUV | 77.71 | 219.02 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 239 | 0.56 | 0.86 | 0 | 0.06 | 260.68 | 0.87 | 0.53 |
| Hex | 68 | 21 | EF | 38 | 56 | 0 | 6 | 105 | 57 | 35 |
| Octal | 150 | 41 | 357 | 70 | 126 | 0 | 6 | 405 | 127 | 65 |
| Binary | 1101000 | 100001 | 11101111 | 111000 | 1010110 | 0 | 110 | 100000101 | 1010111 | 110101 |
Color Harmonies of #6821EF
Complementary color
Monochromatic Colors of #6821EF
Black with #6821EF
Text Example
Text Example
White with #6821EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6821EF; }
p { color: rgb(104,33,239); }
H1.HeaderClassName
{
color: #6821EF;
}
.AnyTagClassName
{
color: #6821EF;
}
</style>
background-color css
<style>
a { background-color: #6821EF; }
a { background-color: rgb(104,33,239); }
div.DivClassName
{
background-color: #6821EF;
}
.BgClassName
{
background-color: #6821EF;
}
</style>
border-color css
<style>
span { border-color: #6821EF; }
span { border-color: rgb(104,33,239); }
td.TdClassName
{
border-color: #6821EF;
}
.TagClassName
{
border-color: #6821EF;
}
</style>