Shades of Han Purple #6B2CFC
Tints of Han Purple #6B2CFC
RGB
CMYK
RGB Variations
Color information
#6B2CFC (or 0x6B2CFC) is known color: Han Purple. HEX triplet: 6B, 2C and FC. RGB value is (107,44,252). Sum of RGB (Red+Green+Blue) = 107+44+252=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B2CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2CFC is #94D303. Grayscale: #555555. Windows color (decimal): -9753348 or 16526443. OLE color: 16526443.
HSL color Cylindrical-coordinate representation of color #6B2CFC: hue angle of 258.17º 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 #6B2CFC is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 44 | 252 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.01 |
| HSL | 258.17º | 0.97% | 0.58% | - |
| HSV(B) | 258.17º | 0.83% | 0.99% | - |
| XYZ | 24.53 | 11.96 | 93.11 | - |
| YUV | 86.55 | 221.37 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 252 | 0.58 | 0.83 | 0 | 0.01 | 258.17 | 0.97 | 0.58 |
| Hex | 6B | 2C | FC | 3A | 53 | 0 | 1 | 102 | 61 | 3A |
| Octal | 153 | 54 | 374 | 72 | 123 | 0 | 1 | 402 | 141 | 72 |
| Binary | 1101011 | 101100 | 11111100 | 111010 | 1010011 | 0 | 1 | 100000010 | 1100001 | 111010 |
Color Harmonies of #6B2CFC
Complementary color
Monochromatic Colors of #6B2CFC
Black with #6B2CFC
Text Example
Text Example
White with #6B2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CFC; }
p { color: rgb(107,44,252); }
H1.HeaderClassName
{
color: #6B2CFC;
}
.AnyTagClassName
{
color: #6B2CFC;
}
</style>
background-color css
<style>
a { background-color: #6B2CFC; }
a { background-color: rgb(107,44,252); }
div.DivClassName
{
background-color: #6B2CFC;
}
.BgClassName
{
background-color: #6B2CFC;
}
</style>
border-color css
<style>
span { border-color: #6B2CFC; }
span { border-color: rgb(107,44,252); }
td.TdClassName
{
border-color: #6B2CFC;
}
.TagClassName
{
border-color: #6B2CFC;
}
</style>