Shades of Han Purple #6C36FC
Tints of Han Purple #6C36FC
RGB
CMYK
RGB Variations
Color information
#6C36FC (or 0x6C36FC) is known color: Han Purple. HEX triplet: 6C, 36 and FC. RGB value is (108,54,252). Sum of RGB (Red+Green+Blue) = 108+54+252=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C36FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C36FC is #93C903. Grayscale: #5B5B5B. Windows color (decimal): -9685252 or 16529004. OLE color: 16529004.
HSL color Cylindrical-coordinate representation of color #6C36FC: hue angle of 256.36º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C36FC is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 54 | 252 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.01 |
| HSL | 256.36º | 0.97% | 0.6% | - |
| HSV(B) | 256.36º | 0.79% | 0.99% | - |
| XYZ | 25.07 | 12.85 | 93.26 | - |
| YUV | 92.72 | 217.89 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 252 | 0.57 | 0.79 | 0 | 0.01 | 256.36 | 0.97 | 0.6 |
| Hex | 6C | 36 | FC | 39 | 4F | 0 | 1 | 100 | 61 | 3C |
| Octal | 154 | 66 | 374 | 71 | 117 | 0 | 1 | 400 | 141 | 74 |
| Binary | 1101100 | 110110 | 11111100 | 111001 | 1001111 | 0 | 1 | 100000000 | 1100001 | 111100 |
Color Harmonies of #6C36FC
Complementary color
Monochromatic Colors of #6C36FC
Black with #6C36FC
Text Example
Text Example
White with #6C36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C36FC; }
p { color: rgb(108,54,252); }
H1.HeaderClassName
{
color: #6C36FC;
}
.AnyTagClassName
{
color: #6C36FC;
}
</style>
background-color css
<style>
a { background-color: #6C36FC; }
a { background-color: rgb(108,54,252); }
div.DivClassName
{
background-color: #6C36FC;
}
.BgClassName
{
background-color: #6C36FC;
}
</style>
border-color css
<style>
span { border-color: #6C36FC; }
span { border-color: rgb(108,54,252); }
td.TdClassName
{
border-color: #6C36FC;
}
.TagClassName
{
border-color: #6C36FC;
}
</style>