Shades of Han Purple #6C2BFD
Tints of Han Purple #6C2BFD
RGB
CMYK
RGB Variations
Color information
#6C2BFD (or 0x6C2BFD) is known color: Han Purple. HEX triplet: 6C, 2B and FD. RGB value is (108,43,253). Sum of RGB (Red+Green+Blue) = 108+43+253=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C2BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2BFD is #93D402. Grayscale: #555555. Windows color (decimal): -9688067 or 16591724. OLE color: 16591724.
HSL color Cylindrical-coordinate representation of color #6C2BFD: hue angle of 258.57º degrees, saturation: 0.98, 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 #6C2BFD is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 43 | 253 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.01 |
| HSL | 258.57º | 0.98% | 0.58% | - |
| HSV(B) | 258.57º | 0.83% | 0.99% | - |
| XYZ | 24.78 | 12.01 | 93.94 | - |
| YUV | 86.38 | 222.03 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 253 | 0.57 | 0.83 | 0 | 0.01 | 258.57 | 0.98 | 0.58 |
| Hex | 6C | 2B | FD | 39 | 53 | 0 | 1 | 103 | 62 | 3A |
| Octal | 154 | 53 | 375 | 71 | 123 | 0 | 1 | 403 | 142 | 72 |
| Binary | 1101100 | 101011 | 11111101 | 111001 | 1010011 | 0 | 1 | 100000011 | 1100010 | 111010 |
Color Harmonies of #6C2BFD
Complementary color
Monochromatic Colors of #6C2BFD
Black with #6C2BFD
Text Example
Text Example
White with #6C2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2BFD; }
p { color: rgb(108,43,253); }
H1.HeaderClassName
{
color: #6C2BFD;
}
.AnyTagClassName
{
color: #6C2BFD;
}
</style>
background-color css
<style>
a { background-color: #6C2BFD; }
a { background-color: rgb(108,43,253); }
div.DivClassName
{
background-color: #6C2BFD;
}
.BgClassName
{
background-color: #6C2BFD;
}
</style>
border-color css
<style>
span { border-color: #6C2BFD; }
span { border-color: rgb(108,43,253); }
td.TdClassName
{
border-color: #6C2BFD;
}
.TagClassName
{
border-color: #6C2BFD;
}
</style>