Shades of Han Purple #6C22FB
Tints of Han Purple #6C22FB
RGB
CMYK
RGB Variations
Color information
#6C22FB (or 0x6C22FB) is known color: Han Purple. HEX triplet: 6C, 22 and FB. RGB value is (108,34,251). Sum of RGB (Red+Green+Blue) = 108+34+251=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C22FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C22FB is #93DD04. Grayscale: #505050. Windows color (decimal): -9690373 or 16458348. OLE color: 16458348.
HSL color Cylindrical-coordinate representation of color #6C22FB: hue angle of 260.46º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C22FB is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 34 | 251 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.02 |
| HSL | 260.46º | 0.96% | 0.56% | - |
| HSV(B) | 260.46º | 0.86% | 0.98% | - |
| XYZ | 24.17 | 11.3 | 92.17 | - |
| YUV | 80.86 | 224.02 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 251 | 0.57 | 0.86 | 0 | 0.02 | 260.46 | 0.96 | 0.56 |
| Hex | 6C | 22 | FB | 39 | 56 | 0 | 2 | 104 | 60 | 38 |
| Octal | 154 | 42 | 373 | 71 | 126 | 0 | 2 | 404 | 140 | 70 |
| Binary | 1101100 | 100010 | 11111011 | 111001 | 1010110 | 0 | 10 | 100000100 | 1100000 | 111000 |
Color Harmonies of #6C22FB
Complementary color
Monochromatic Colors of #6C22FB
Black with #6C22FB
Text Example
Text Example
White with #6C22FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C22FB; }
p { color: rgb(108,34,251); }
H1.HeaderClassName
{
color: #6C22FB;
}
.AnyTagClassName
{
color: #6C22FB;
}
</style>
background-color css
<style>
a { background-color: #6C22FB; }
a { background-color: rgb(108,34,251); }
div.DivClassName
{
background-color: #6C22FB;
}
.BgClassName
{
background-color: #6C22FB;
}
</style>
border-color css
<style>
span { border-color: #6C22FB; }
span { border-color: rgb(108,34,251); }
td.TdClassName
{
border-color: #6C22FB;
}
.TagClassName
{
border-color: #6C22FB;
}
</style>