Shades of Han Purple #6F2CFC
Tints of Han Purple #6F2CFC
RGB
CMYK
RGB Variations
Color information
#6F2CFC (or 0x6F2CFC) is known color: Han Purple. HEX triplet: 6F, 2C and FC. RGB value is (111,44,252). Sum of RGB (Red+Green+Blue) = 111+44+252=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 44 (17.58% from 255 or 10.81% 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 #6F2CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2CFC is #90D303. Grayscale: #565656. Windows color (decimal): -9491204 or 16526447. OLE color: 16526447.
HSL color Cylindrical-coordinate representation of color #6F2CFC: hue angle of 259.33º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F2CFC is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 44 | 252 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.01 |
| HSL | 259.33º | 0.97% | 0.58% | - |
| HSV(B) | 259.33º | 0.83% | 0.99% | - |
| XYZ | 25.03 | 12.21 | 93.13 | - |
| YUV | 87.75 | 220.7 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 252 | 0.56 | 0.83 | 0 | 0.01 | 259.33 | 0.97 | 0.58 |
| Hex | 6F | 2C | FC | 38 | 53 | 0 | 1 | 103 | 61 | 3A |
| Octal | 157 | 54 | 374 | 70 | 123 | 0 | 1 | 403 | 141 | 72 |
| Binary | 1101111 | 101100 | 11111100 | 111000 | 1010011 | 0 | 1 | 100000011 | 1100001 | 111010 |
Color Harmonies of #6F2CFC
Complementary color
Monochromatic Colors of #6F2CFC
Black with #6F2CFC
Text Example
Text Example
White with #6F2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2CFC; }
p { color: rgb(111,44,252); }
H1.HeaderClassName
{
color: #6F2CFC;
}
.AnyTagClassName
{
color: #6F2CFC;
}
</style>
background-color css
<style>
a { background-color: #6F2CFC; }
a { background-color: rgb(111,44,252); }
div.DivClassName
{
background-color: #6F2CFC;
}
.BgClassName
{
background-color: #6F2CFC;
}
</style>
border-color css
<style>
span { border-color: #6F2CFC; }
span { border-color: rgb(111,44,252); }
td.TdClassName
{
border-color: #6F2CFC;
}
.TagClassName
{
border-color: #6F2CFC;
}
</style>