Shades of Han Purple #6C2DFF
Tints of Han Purple #6C2DFF
RGB
CMYK
RGB Variations
Color information
#6C2DFF (or 0x6C2DFF) is known color: Han Purple. HEX triplet: 6C, 2D and FF. RGB value is (108,45,255). Sum of RGB (Red+Green+Blue) = 108+45+255=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C2DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2DFF is #93D200. Grayscale: #575757. Windows color (decimal): -9687553 or 16723308. OLE color: 16723308.
HSL color Cylindrical-coordinate representation of color #6C2DFF: hue angle of 258º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C2DFF is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 45 | 255 | - |
| CMYK | 0.58 | 0.82 | 0 | 0 |
| HSL | 258º | 1% | 0.59% | - |
| HSV(B) | 258º | 0.82% | 1% | - |
| XYZ | 25.17 | 12.28 | 95.65 | - |
| YUV | 87.78 | 222.37 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 255 | 0.58 | 0.82 | 0 | 0 | 258 | 1 | 0.59 |
| Hex | 6C | 2D | FF | 3A | 52 | 0 | 0 | 102 | 64 | 3B |
| Octal | 154 | 55 | 377 | 72 | 122 | 0 | 0 | 402 | 144 | 73 |
| Binary | 1101100 | 101101 | 11111111 | 111010 | 1010010 | 0 | 0 | 100000010 | 1100100 | 111011 |
Color Harmonies of #6C2DFF
Complementary color
Monochromatic Colors of #6C2DFF
Black with #6C2DFF
Text Example
Text Example
White with #6C2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2DFF; }
p { color: rgb(108,45,255); }
H1.HeaderClassName
{
color: #6C2DFF;
}
.AnyTagClassName
{
color: #6C2DFF;
}
</style>
background-color css
<style>
a { background-color: #6C2DFF; }
a { background-color: rgb(108,45,255); }
div.DivClassName
{
background-color: #6C2DFF;
}
.BgClassName
{
background-color: #6C2DFF;
}
</style>
border-color css
<style>
span { border-color: #6C2DFF; }
span { border-color: rgb(108,45,255); }
td.TdClassName
{
border-color: #6C2DFF;
}
.TagClassName
{
border-color: #6C2DFF;
}
</style>