Shades of Han Purple #6821FF
Tints of Han Purple #6821FF
RGB
CMYK
RGB Variations
Color information
#6821FF (or 0x6821FF) is known color: Han Purple. HEX triplet: 68, 21 and FF. RGB value is (104,33,255). Sum of RGB (Red+Green+Blue) = 104+33+255=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #6821FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6821FF is #97DE00. Grayscale: #4E4E4E. Windows color (decimal): -9952769 or 16720232. OLE color: 16720232.
HSL color Cylindrical-coordinate representation of color #6821FF: hue angle of 259.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6821FF is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 33 | 255 | - |
| CMYK | 0.59 | 0.87 | 0 | 0 |
| HSL | 259.19º | 1% | 0.56% | - |
| HSV(B) | 259.19º | 0.87% | 1% | - |
| XYZ | 24.3 | 11.25 | 95.5 | - |
| YUV | 79.54 | 227.02 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 255 | 0.59 | 0.87 | 0 | 0 | 259.19 | 1 | 0.56 |
| Hex | 68 | 21 | FF | 3B | 57 | 0 | 0 | 103 | 64 | 38 |
| Octal | 150 | 41 | 377 | 73 | 127 | 0 | 0 | 403 | 144 | 70 |
| Binary | 1101000 | 100001 | 11111111 | 111011 | 1010111 | 0 | 0 | 100000011 | 1100100 | 111000 |
Color Harmonies of #6821FF
Complementary color
Monochromatic Colors of #6821FF
Black with #6821FF
Text Example
Text Example
White with #6821FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6821FF; }
p { color: rgb(104,33,255); }
H1.HeaderClassName
{
color: #6821FF;
}
.AnyTagClassName
{
color: #6821FF;
}
</style>
background-color css
<style>
a { background-color: #6821FF; }
a { background-color: rgb(104,33,255); }
div.DivClassName
{
background-color: #6821FF;
}
.BgClassName
{
background-color: #6821FF;
}
</style>
border-color css
<style>
span { border-color: #6821FF; }
span { border-color: rgb(104,33,255); }
td.TdClassName
{
border-color: #6821FF;
}
.TagClassName
{
border-color: #6821FF;
}
</style>