Shades of Han Purple #6B28F4
Tints of Han Purple #6B28F4
RGB
CMYK
RGB Variations
Color information
#6B28F4 (or 0x6B28F4) is known color: Han Purple. HEX triplet: 6B, 28 and F4. RGB value is (107,40,244). Sum of RGB (Red+Green+Blue) = 107+40+244=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #6B28F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B28F4 is #94D70B. Grayscale: #525252. Windows color (decimal): -9754380 or 16001131. OLE color: 16001131.
HSL color Cylindrical-coordinate representation of color #6B28F4: hue angle of 259.71º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B28F4 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 40 | 244 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.04 |
| HSL | 259.71º | 0.9% | 0.56% | - |
| HSV(B) | 259.71º | 0.84% | 0.96% | - |
| XYZ | 23.15 | 11.18 | 86.52 | - |
| YUV | 83.29 | 218.7 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 244 | 0.56 | 0.84 | 0 | 0.04 | 259.71 | 0.9 | 0.56 |
| Hex | 6B | 28 | F4 | 38 | 54 | 0 | 4 | 104 | 5A | 38 |
| Octal | 153 | 50 | 364 | 70 | 124 | 0 | 4 | 404 | 132 | 70 |
| Binary | 1101011 | 101000 | 11110100 | 111000 | 1010100 | 0 | 100 | 100000100 | 1011010 | 111000 |
Color Harmonies of #6B28F4
Complementary color
Monochromatic Colors of #6B28F4
Black with #6B28F4
Text Example
Text Example
White with #6B28F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B28F4; }
p { color: rgb(107,40,244); }
H1.HeaderClassName
{
color: #6B28F4;
}
.AnyTagClassName
{
color: #6B28F4;
}
</style>
background-color css
<style>
a { background-color: #6B28F4; }
a { background-color: rgb(107,40,244); }
div.DivClassName
{
background-color: #6B28F4;
}
.BgClassName
{
background-color: #6B28F4;
}
</style>
border-color css
<style>
span { border-color: #6B28F4; }
span { border-color: rgb(107,40,244); }
td.TdClassName
{
border-color: #6B28F4;
}
.TagClassName
{
border-color: #6B28F4;
}
</style>