Shades of Han Purple #6824F8
Tints of Han Purple #6824F8
RGB
CMYK
RGB Variations
Color information
#6824F8 (or 0x6824F8) is known color: Han Purple. HEX triplet: 68, 24 and F8. RGB value is (104,36,248). Sum of RGB (Red+Green+Blue) = 104+36+248=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 248 (97.27% from 255 or 63.92% from 388); Max value from RGB is 248 - color contains mainly: blue. Hex color #6824F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6824F8 is #97DB07. Grayscale: #4F4F4F. Windows color (decimal): -9952008 or 16262248. OLE color: 16262248.
HSL color Cylindrical-coordinate representation of color #6824F8: hue angle of 259.25º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6824F8 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 36 | 248 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.03 |
| HSL | 259.25º | 0.94% | 0.56% | - |
| HSV(B) | 259.25º | 0.85% | 0.97% | - |
| XYZ | 23.28 | 10.98 | 89.7 | - |
| YUV | 80.5 | 222.53 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 248 | 0.58 | 0.85 | 0 | 0.03 | 259.25 | 0.94 | 0.56 |
| Hex | 68 | 24 | F8 | 3A | 55 | 0 | 3 | 103 | 5E | 38 |
| Octal | 150 | 44 | 370 | 72 | 125 | 0 | 3 | 403 | 136 | 70 |
| Binary | 1101000 | 100100 | 11111000 | 111010 | 1010101 | 0 | 11 | 100000011 | 1011110 | 111000 |
Color Harmonies of #6824F8
Complementary color
Monochromatic Colors of #6824F8
Black with #6824F8
Text Example
Text Example
White with #6824F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6824F8; }
p { color: rgb(104,36,248); }
H1.HeaderClassName
{
color: #6824F8;
}
.AnyTagClassName
{
color: #6824F8;
}
</style>
background-color css
<style>
a { background-color: #6824F8; }
a { background-color: rgb(104,36,248); }
div.DivClassName
{
background-color: #6824F8;
}
.BgClassName
{
background-color: #6824F8;
}
</style>
border-color css
<style>
span { border-color: #6824F8; }
span { border-color: rgb(104,36,248); }
td.TdClassName
{
border-color: #6824F8;
}
.TagClassName
{
border-color: #6824F8;
}
</style>