Shades of Han Purple #6C30F6
Tints of Han Purple #6C30F6
RGB
CMYK
RGB Variations
Color information
#6C30F6 (or 0x6C30F6) is known color: Han Purple. HEX triplet: 6C, 30 and F6. RGB value is (108,48,246). Sum of RGB (Red+Green+Blue) = 108+48+246=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #6C30F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C30F6 is #93CF09. Grayscale: #575757. Windows color (decimal): -9686794 or 16134252. OLE color: 16134252.
HSL color Cylindrical-coordinate representation of color #6C30F6: hue angle of 258.18º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C30F6 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 48 | 246 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.04 |
| HSL | 258.18º | 0.92% | 0.58% | - |
| HSV(B) | 258.18º | 0.8% | 0.96% | - |
| XYZ | 23.88 | 11.96 | 88.24 | - |
| YUV | 88.51 | 216.88 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 246 | 0.56 | 0.80 | 0 | 0.04 | 258.18 | 0.92 | 0.58 |
| Hex | 6C | 30 | F6 | 38 | 50 | 0 | 4 | 102 | 5C | 3A |
| Octal | 154 | 60 | 366 | 70 | 120 | 0 | 4 | 402 | 134 | 72 |
| Binary | 1101100 | 110000 | 11110110 | 111000 | 1010000 | 0 | 100 | 100000010 | 1011100 | 111010 |
Color Harmonies of #6C30F6
Complementary color
Monochromatic Colors of #6C30F6
Black with #6C30F6
Text Example
Text Example
White with #6C30F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C30F6; }
p { color: rgb(108,48,246); }
H1.HeaderClassName
{
color: #6C30F6;
}
.AnyTagClassName
{
color: #6C30F6;
}
</style>
background-color css
<style>
a { background-color: #6C30F6; }
a { background-color: rgb(108,48,246); }
div.DivClassName
{
background-color: #6C30F6;
}
.BgClassName
{
background-color: #6C30F6;
}
</style>
border-color css
<style>
span { border-color: #6C30F6; }
span { border-color: rgb(108,48,246); }
td.TdClassName
{
border-color: #6C30F6;
}
.TagClassName
{
border-color: #6C30F6;
}
</style>