Shades of Han Purple #6824FD
Tints of Han Purple #6824FD
RGB
CMYK
RGB Variations
Color information
#6824FD (or 0x6824FD) is known color: Han Purple. HEX triplet: 68, 24 and FD. RGB value is (104,36,253). Sum of RGB (Red+Green+Blue) = 104+36+253=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #6824FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6824FD is #97DB02. Grayscale: #505050. Windows color (decimal): -9952003 or 16589928. OLE color: 16589928.
HSL color Cylindrical-coordinate representation of color #6824FD: hue angle of 258.8º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6824FD is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 36 | 253 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.01 |
| HSL | 258.8º | 0.98% | 0.57% | - |
| HSV(B) | 258.8º | 0.86% | 0.99% | - |
| XYZ | 24.07 | 11.3 | 93.84 | - |
| YUV | 81.07 | 225.03 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 253 | 0.59 | 0.86 | 0 | 0.01 | 258.8 | 0.98 | 0.57 |
| Hex | 68 | 24 | FD | 3B | 56 | 0 | 1 | 103 | 62 | 39 |
| Octal | 150 | 44 | 375 | 73 | 126 | 0 | 1 | 403 | 142 | 71 |
| Binary | 1101000 | 100100 | 11111101 | 111011 | 1010110 | 0 | 1 | 100000011 | 1100010 | 111001 |
Color Harmonies of #6824FD
Complementary color
Monochromatic Colors of #6824FD
Black with #6824FD
Text Example
Text Example
White with #6824FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6824FD; }
p { color: rgb(104,36,253); }
H1.HeaderClassName
{
color: #6824FD;
}
.AnyTagClassName
{
color: #6824FD;
}
</style>
background-color css
<style>
a { background-color: #6824FD; }
a { background-color: rgb(104,36,253); }
div.DivClassName
{
background-color: #6824FD;
}
.BgClassName
{
background-color: #6824FD;
}
</style>
border-color css
<style>
span { border-color: #6824FD; }
span { border-color: rgb(104,36,253); }
td.TdClassName
{
border-color: #6824FD;
}
.TagClassName
{
border-color: #6824FD;
}
</style>