Shades of Han Purple #6D2EFC
Tints of Han Purple #6D2EFC
RGB
CMYK
RGB Variations
Color information
#6D2EFC (or 0x6D2EFC) is known color: Han Purple. HEX triplet: 6D, 2E and FC. RGB value is (109,46,252). Sum of RGB (Red+Green+Blue) = 109+46+252=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 46 (18.36% from 255 or 11.30% 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 #6D2EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2EFC is #92D103. Grayscale: #575757. Windows color (decimal): -9621764 or 16526957. OLE color: 16526957.
HSL color Cylindrical-coordinate representation of color #6D2EFC: hue angle of 258.35º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D2EFC is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 46 | 252 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.01 |
| HSL | 258.35º | 0.97% | 0.58% | - |
| HSV(B) | 258.35º | 0.82% | 0.99% | - |
| XYZ | 24.85 | 12.23 | 93.15 | - |
| YUV | 88.32 | 220.37 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 252 | 0.57 | 0.82 | 0 | 0.01 | 258.35 | 0.97 | 0.58 |
| Hex | 6D | 2E | FC | 39 | 52 | 0 | 1 | 102 | 61 | 3A |
| Octal | 155 | 56 | 374 | 71 | 122 | 0 | 1 | 402 | 141 | 72 |
| Binary | 1101101 | 101110 | 11111100 | 111001 | 1010010 | 0 | 1 | 100000010 | 1100001 | 111010 |
Color Harmonies of #6D2EFC
Complementary color
Monochromatic Colors of #6D2EFC
Black with #6D2EFC
Text Example
Text Example
White with #6D2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2EFC; }
p { color: rgb(109,46,252); }
H1.HeaderClassName
{
color: #6D2EFC;
}
.AnyTagClassName
{
color: #6D2EFC;
}
</style>
background-color css
<style>
a { background-color: #6D2EFC; }
a { background-color: rgb(109,46,252); }
div.DivClassName
{
background-color: #6D2EFC;
}
.BgClassName
{
background-color: #6D2EFC;
}
</style>
border-color css
<style>
span { border-color: #6D2EFC; }
span { border-color: rgb(109,46,252); }
td.TdClassName
{
border-color: #6D2EFC;
}
.TagClassName
{
border-color: #6D2EFC;
}
</style>