Shades of Han Purple #6B2DFC
Tints of Han Purple #6B2DFC
RGB
CMYK
RGB Variations
Color information
#6B2DFC (or 0x6B2DFC) is known color: Han Purple. HEX triplet: 6B, 2D and FC. RGB value is (107,45,252). Sum of RGB (Red+Green+Blue) = 107+45+252=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B2DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2DFC is #94D203. Grayscale: #565656. Windows color (decimal): -9753092 or 16526699. OLE color: 16526699.
HSL color Cylindrical-coordinate representation of color #6B2DFC: hue angle of 257.97º 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 #6B2DFC is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 45 | 252 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.01 |
| HSL | 257.97º | 0.97% | 0.58% | - |
| HSV(B) | 257.97º | 0.82% | 0.99% | - |
| XYZ | 24.57 | 12.03 | 93.12 | - |
| YUV | 87.14 | 221.04 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 252 | 0.58 | 0.82 | 0 | 0.01 | 257.97 | 0.97 | 0.58 |
| Hex | 6B | 2D | FC | 3A | 52 | 0 | 1 | 102 | 61 | 3A |
| Octal | 153 | 55 | 374 | 72 | 122 | 0 | 1 | 402 | 141 | 72 |
| Binary | 1101011 | 101101 | 11111100 | 111010 | 1010010 | 0 | 1 | 100000010 | 1100001 | 111010 |
Color Harmonies of #6B2DFC
Complementary color
Monochromatic Colors of #6B2DFC
Black with #6B2DFC
Text Example
Text Example
White with #6B2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2DFC; }
p { color: rgb(107,45,252); }
H1.HeaderClassName
{
color: #6B2DFC;
}
.AnyTagClassName
{
color: #6B2DFC;
}
</style>
background-color css
<style>
a { background-color: #6B2DFC; }
a { background-color: rgb(107,45,252); }
div.DivClassName
{
background-color: #6B2DFC;
}
.BgClassName
{
background-color: #6B2DFC;
}
</style>
border-color css
<style>
span { border-color: #6B2DFC; }
span { border-color: rgb(107,45,252); }
td.TdClassName
{
border-color: #6B2DFC;
}
.TagClassName
{
border-color: #6B2DFC;
}
</style>