Shades of Han Purple #6C28FF
Tints of Han Purple #6C28FF
RGB
CMYK
RGB Variations
Color information
#6C28FF (or 0x6C28FF) is known color: Han Purple. HEX triplet: 6C, 28 and FF. RGB value is (108,40,255). Sum of RGB (Red+Green+Blue) = 108+40+255=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C28FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C28FF is #93D700. Grayscale: #545454. Windows color (decimal): -9688833 or 16722028. OLE color: 16722028.
HSL color Cylindrical-coordinate representation of color #6C28FF: hue angle of 258.98º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C28FF is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 40 | 255 | - |
| CMYK | 0.58 | 0.84 | 0 | 0 |
| HSL | 258.98º | 1% | 0.58% | - |
| HSV(B) | 258.98º | 0.84% | 1% | - |
| XYZ | 24.99 | 11.93 | 95.59 | - |
| YUV | 84.84 | 224.03 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 255 | 0.58 | 0.84 | 0 | 0 | 258.98 | 1 | 0.58 |
| Hex | 6C | 28 | FF | 3A | 54 | 0 | 0 | 103 | 64 | 3A |
| Octal | 154 | 50 | 377 | 72 | 124 | 0 | 0 | 403 | 144 | 72 |
| Binary | 1101100 | 101000 | 11111111 | 111010 | 1010100 | 0 | 0 | 100000011 | 1100100 | 111010 |
Color Harmonies of #6C28FF
Complementary color
Monochromatic Colors of #6C28FF
Black with #6C28FF
Text Example
Text Example
White with #6C28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C28FF; }
p { color: rgb(108,40,255); }
H1.HeaderClassName
{
color: #6C28FF;
}
.AnyTagClassName
{
color: #6C28FF;
}
</style>
background-color css
<style>
a { background-color: #6C28FF; }
a { background-color: rgb(108,40,255); }
div.DivClassName
{
background-color: #6C28FF;
}
.BgClassName
{
background-color: #6C28FF;
}
</style>
border-color css
<style>
span { border-color: #6C28FF; }
span { border-color: rgb(108,40,255); }
td.TdClassName
{
border-color: #6C28FF;
}
.TagClassName
{
border-color: #6C28FF;
}
</style>