Shades of Han Purple #6C2AF6
Tints of Han Purple #6C2AF6
RGB
CMYK
RGB Variations
Color information
#6C2AF6 (or 0x6C2AF6) is known color: Han Purple. HEX triplet: 6C, 2A and F6. RGB value is (108,42,246). Sum of RGB (Red+Green+Blue) = 108+42+246=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 246 (96.48% from 255 or 62.12% from 396); Max value from RGB is 246 - color contains mainly: blue. Hex color #6C2AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2AF6 is #93D509. Grayscale: #545454. Windows color (decimal): -9688330 or 16132716. OLE color: 16132716.
HSL color Cylindrical-coordinate representation of color #6C2AF6: hue angle of 259.41º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C2AF6 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 42 | 246 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.04 |
| HSL | 259.41º | 0.92% | 0.56% | - |
| HSV(B) | 259.41º | 0.83% | 0.96% | - |
| XYZ | 23.65 | 11.5 | 88.16 | - |
| YUV | 84.99 | 218.87 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 246 | 0.56 | 0.83 | 0 | 0.04 | 259.41 | 0.92 | 0.56 |
| Hex | 6C | 2A | F6 | 38 | 53 | 0 | 4 | 103 | 5C | 38 |
| Octal | 154 | 52 | 366 | 70 | 123 | 0 | 4 | 403 | 134 | 70 |
| Binary | 1101100 | 101010 | 11110110 | 111000 | 1010011 | 0 | 100 | 100000011 | 1011100 | 111000 |
Color Harmonies of #6C2AF6
Complementary color
Monochromatic Colors of #6C2AF6
Black with #6C2AF6
Text Example
Text Example
White with #6C2AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2AF6; }
p { color: rgb(108,42,246); }
H1.HeaderClassName
{
color: #6C2AF6;
}
.AnyTagClassName
{
color: #6C2AF6;
}
</style>
background-color css
<style>
a { background-color: #6C2AF6; }
a { background-color: rgb(108,42,246); }
div.DivClassName
{
background-color: #6C2AF6;
}
.BgClassName
{
background-color: #6C2AF6;
}
</style>
border-color css
<style>
span { border-color: #6C2AF6; }
span { border-color: rgb(108,42,246); }
td.TdClassName
{
border-color: #6C2AF6;
}
.TagClassName
{
border-color: #6C2AF6;
}
</style>