Shades of Han Purple #6824FB
Tints of Han Purple #6824FB
RGB
CMYK
RGB Variations
Color information
#6824FB (or 0x6824FB) is known color: Han Purple. HEX triplet: 68, 24 and FB. RGB value is (104,36,251). Sum of RGB (Red+Green+Blue) = 104+36+251=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #6824FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6824FB is #97DB04. Grayscale: #505050. Windows color (decimal): -9952005 or 16458856. OLE color: 16458856.
HSL color Cylindrical-coordinate representation of color #6824FB: hue angle of 258.98º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6824FB is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 36 | 251 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.02 |
| HSL | 258.98º | 0.96% | 0.56% | - |
| HSV(B) | 258.98º | 0.86% | 0.98% | - |
| XYZ | 23.75 | 11.17 | 92.17 | - |
| YUV | 80.84 | 224.03 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 251 | 0.59 | 0.86 | 0 | 0.02 | 258.98 | 0.96 | 0.56 |
| Hex | 68 | 24 | FB | 3B | 56 | 0 | 2 | 103 | 60 | 38 |
| Octal | 150 | 44 | 373 | 73 | 126 | 0 | 2 | 403 | 140 | 70 |
| Binary | 1101000 | 100100 | 11111011 | 111011 | 1010110 | 0 | 10 | 100000011 | 1100000 | 111000 |
Color Harmonies of #6824FB
Complementary color
Monochromatic Colors of #6824FB
Black with #6824FB
Text Example
Text Example
White with #6824FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6824FB; }
p { color: rgb(104,36,251); }
H1.HeaderClassName
{
color: #6824FB;
}
.AnyTagClassName
{
color: #6824FB;
}
</style>
background-color css
<style>
a { background-color: #6824FB; }
a { background-color: rgb(104,36,251); }
div.DivClassName
{
background-color: #6824FB;
}
.BgClassName
{
background-color: #6824FB;
}
</style>
border-color css
<style>
span { border-color: #6824FB; }
span { border-color: rgb(104,36,251); }
td.TdClassName
{
border-color: #6824FB;
}
.TagClassName
{
border-color: #6824FB;
}
</style>