Shades of Han Purple #6C2FFC
Tints of Han Purple #6C2FFC
RGB
CMYK
RGB Variations
Color information
#6C2FFC (or 0x6C2FFC) is known color: Han Purple. HEX triplet: 6C, 2F and FC. RGB value is (108,47,252). Sum of RGB (Red+Green+Blue) = 108+47+252=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C2FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2FFC is #93D003. Grayscale: #575757. Windows color (decimal): -9687044 or 16527212. OLE color: 16527212.
HSL color Cylindrical-coordinate representation of color #6C2FFC: hue angle of 257.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C2FFC is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 47 | 252 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.01 |
| HSL | 257.85º | 0.97% | 0.59% | - |
| HSV(B) | 257.85º | 0.81% | 0.99% | - |
| XYZ | 24.77 | 12.25 | 93.15 | - |
| YUV | 88.61 | 220.21 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 252 | 0.57 | 0.81 | 0 | 0.01 | 257.85 | 0.97 | 0.59 |
| Hex | 6C | 2F | FC | 39 | 51 | 0 | 1 | 102 | 61 | 3B |
| Octal | 154 | 57 | 374 | 71 | 121 | 0 | 1 | 402 | 141 | 73 |
| Binary | 1101100 | 101111 | 11111100 | 111001 | 1010001 | 0 | 1 | 100000010 | 1100001 | 111011 |
Color Harmonies of #6C2FFC
Complementary color
Monochromatic Colors of #6C2FFC
Black with #6C2FFC
Text Example
Text Example
White with #6C2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2FFC; }
p { color: rgb(108,47,252); }
H1.HeaderClassName
{
color: #6C2FFC;
}
.AnyTagClassName
{
color: #6C2FFC;
}
</style>
background-color css
<style>
a { background-color: #6C2FFC; }
a { background-color: rgb(108,47,252); }
div.DivClassName
{
background-color: #6C2FFC;
}
.BgClassName
{
background-color: #6C2FFC;
}
</style>
border-color css
<style>
span { border-color: #6C2FFC; }
span { border-color: rgb(108,47,252); }
td.TdClassName
{
border-color: #6C2FFC;
}
.TagClassName
{
border-color: #6C2FFC;
}
</style>