Shades of Han Purple #6C2FFB
Tints of Han Purple #6C2FFB
RGB
CMYK
RGB Variations
Color information
#6C2FFB (or 0x6C2FFB) is known color: Han Purple. HEX triplet: 6C, 2F and FB. RGB value is (108,47,251). Sum of RGB (Red+Green+Blue) = 108+47+251=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C2FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2FFB is #93D004. Grayscale: #575757. Windows color (decimal): -9687045 or 16461676. OLE color: 16461676.
HSL color Cylindrical-coordinate representation of color #6C2FFB: hue angle of 257.94º degrees, saturation: 0.96, 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 #6C2FFB is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 47 | 251 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.02 |
| HSL | 257.94º | 0.96% | 0.58% | - |
| HSV(B) | 257.94º | 0.81% | 0.98% | - |
| XYZ | 24.61 | 12.19 | 92.32 | - |
| YUV | 88.5 | 219.71 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 251 | 0.57 | 0.81 | 0 | 0.02 | 257.94 | 0.96 | 0.58 |
| Hex | 6C | 2F | FB | 39 | 51 | 0 | 2 | 102 | 60 | 3A |
| Octal | 154 | 57 | 373 | 71 | 121 | 0 | 2 | 402 | 140 | 72 |
| Binary | 1101100 | 101111 | 11111011 | 111001 | 1010001 | 0 | 10 | 100000010 | 1100000 | 111010 |
Color Harmonies of #6C2FFB
Complementary color
Monochromatic Colors of #6C2FFB
Black with #6C2FFB
Text Example
Text Example
White with #6C2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2FFB; }
p { color: rgb(108,47,251); }
H1.HeaderClassName
{
color: #6C2FFB;
}
.AnyTagClassName
{
color: #6C2FFB;
}
</style>
background-color css
<style>
a { background-color: #6C2FFB; }
a { background-color: rgb(108,47,251); }
div.DivClassName
{
background-color: #6C2FFB;
}
.BgClassName
{
background-color: #6C2FFB;
}
</style>
border-color css
<style>
span { border-color: #6C2FFB; }
span { border-color: rgb(108,47,251); }
td.TdClassName
{
border-color: #6C2FFB;
}
.TagClassName
{
border-color: #6C2FFB;
}
</style>