Shades of Han Purple #6821FD
Tints of Han Purple #6821FD
RGB
CMYK
RGB Variations
Color information
#6821FD (or 0x6821FD) is known color: Han Purple. HEX triplet: 68, 21 and FD. RGB value is (104,33,253). Sum of RGB (Red+Green+Blue) = 104+33+253=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #6821FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6821FD is #97DE02. Grayscale: #4E4E4E. Windows color (decimal): -9952771 or 16589160. OLE color: 16589160.
HSL color Cylindrical-coordinate representation of color #6821FD: hue angle of 259.36º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6821FD is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 33 | 253 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.01 |
| HSL | 259.36º | 0.98% | 0.56% | - |
| HSV(B) | 259.36º | 0.87% | 0.99% | - |
| XYZ | 23.98 | 11.12 | 93.81 | - |
| YUV | 79.31 | 226.02 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 253 | 0.59 | 0.87 | 0 | 0.01 | 259.36 | 0.98 | 0.56 |
| Hex | 68 | 21 | FD | 3B | 57 | 0 | 1 | 103 | 62 | 38 |
| Octal | 150 | 41 | 375 | 73 | 127 | 0 | 1 | 403 | 142 | 70 |
| Binary | 1101000 | 100001 | 11111101 | 111011 | 1010111 | 0 | 1 | 100000011 | 1100010 | 111000 |
Color Harmonies of #6821FD
Complementary color
Monochromatic Colors of #6821FD
Black with #6821FD
Text Example
Text Example
White with #6821FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6821FD; }
p { color: rgb(104,33,253); }
H1.HeaderClassName
{
color: #6821FD;
}
.AnyTagClassName
{
color: #6821FD;
}
</style>
background-color css
<style>
a { background-color: #6821FD; }
a { background-color: rgb(104,33,253); }
div.DivClassName
{
background-color: #6821FD;
}
.BgClassName
{
background-color: #6821FD;
}
</style>
border-color css
<style>
span { border-color: #6821FD; }
span { border-color: rgb(104,33,253); }
td.TdClassName
{
border-color: #6821FD;
}
.TagClassName
{
border-color: #6821FD;
}
</style>