Shades of Han Purple #6C2FF9
Tints of Han Purple #6C2FF9
RGB
CMYK
RGB Variations
Color information
#6C2FF9 (or 0x6C2FF9) is known color: Han Purple. HEX triplet: 6C, 2F and F9. RGB value is (108,47,249). Sum of RGB (Red+Green+Blue) = 108+47+249=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #6C2FF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2FF9 is #93D006. Grayscale: #575757. Windows color (decimal): -9687047 or 16330604. OLE color: 16330604.
HSL color Cylindrical-coordinate representation of color #6C2FF9: hue angle of 258.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C2FF9 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 47 | 249 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.02 |
| HSL | 258.12º | 0.94% | 0.58% | - |
| HSV(B) | 258.12º | 0.81% | 0.98% | - |
| XYZ | 24.3 | 12.06 | 90.67 | - |
| YUV | 88.27 | 218.71 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 249 | 0.57 | 0.81 | 0 | 0.02 | 258.12 | 0.94 | 0.58 |
| Hex | 6C | 2F | F9 | 39 | 51 | 0 | 2 | 102 | 5E | 3A |
| Octal | 154 | 57 | 371 | 71 | 121 | 0 | 2 | 402 | 136 | 72 |
| Binary | 1101100 | 101111 | 11111001 | 111001 | 1010001 | 0 | 10 | 100000010 | 1011110 | 111010 |
Color Harmonies of #6C2FF9
Complementary color
Monochromatic Colors of #6C2FF9
Black with #6C2FF9
Text Example
Text Example
White with #6C2FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2FF9; }
p { color: rgb(108,47,249); }
H1.HeaderClassName
{
color: #6C2FF9;
}
.AnyTagClassName
{
color: #6C2FF9;
}
</style>
background-color css
<style>
a { background-color: #6C2FF9; }
a { background-color: rgb(108,47,249); }
div.DivClassName
{
background-color: #6C2FF9;
}
.BgClassName
{
background-color: #6C2FF9;
}
</style>
border-color css
<style>
span { border-color: #6C2FF9; }
span { border-color: rgb(108,47,249); }
td.TdClassName
{
border-color: #6C2FF9;
}
.TagClassName
{
border-color: #6C2FF9;
}
</style>