Shades of Han Purple #6824E6
Tints of Han Purple #6824E6
RGB
CMYK
RGB Variations
Color information
#6824E6 (or 0x6824E6) is known color: Han Purple. HEX triplet: 68, 24 and E6. RGB value is (104,36,230). Sum of RGB (Red+Green+Blue) = 104+36+230=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #6824E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6824E6 is #97DB19. Grayscale: #4D4D4D. Windows color (decimal): -9952026 or 15082600. OLE color: 15082600.
HSL color Cylindrical-coordinate representation of color #6824E6: hue angle of 261.03º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6824E6 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 36 | 230 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.10 |
| HSL | 261.03º | 0.8% | 0.52% | - |
| HSV(B) | 261.03º | 0.84% | 0.9% | - |
| XYZ | 20.62 | 9.92 | 75.69 | - |
| YUV | 78.45 | 213.53 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 230 | 0.55 | 0.84 | 0 | 0.10 | 261.03 | 0.8 | 0.52 |
| Hex | 68 | 24 | E6 | 37 | 54 | 0 | A | 105 | 50 | 34 |
| Octal | 150 | 44 | 346 | 67 | 124 | 0 | 12 | 405 | 120 | 64 |
| Binary | 1101000 | 100100 | 11100110 | 110111 | 1010100 | 0 | 1010 | 100000101 | 1010000 | 110100 |
Color Harmonies of #6824E6
Complementary color
Monochromatic Colors of #6824E6
Black with #6824E6
Text Example
Text Example
White with #6824E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6824E6; }
p { color: rgb(104,36,230); }
H1.HeaderClassName
{
color: #6824E6;
}
.AnyTagClassName
{
color: #6824E6;
}
</style>
background-color css
<style>
a { background-color: #6824E6; }
a { background-color: rgb(104,36,230); }
div.DivClassName
{
background-color: #6824E6;
}
.BgClassName
{
background-color: #6824E6;
}
</style>
border-color css
<style>
span { border-color: #6824E6; }
span { border-color: rgb(104,36,230); }
td.TdClassName
{
border-color: #6824E6;
}
.TagClassName
{
border-color: #6824E6;
}
</style>