Shades of Han Purple #6C36FF
Tints of Han Purple #6C36FF
RGB
CMYK
RGB Variations
Color information
#6C36FF (or 0x6C36FF) is known color: Han Purple. HEX triplet: 6C, 36 and FF. RGB value is (108,54,255). Sum of RGB (Red+Green+Blue) = 108+54+255=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C36FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C36FF is #93C900. Grayscale: #5C5C5C. Windows color (decimal): -9685249 or 16725612. OLE color: 16725612.
HSL color Cylindrical-coordinate representation of color #6C36FF: hue angle of 256.12º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C36FF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 54 | 255 | - |
| CMYK | 0.58 | 0.79 | 0 | 0 |
| HSL | 256.12º | 1% | 0.61% | - |
| HSV(B) | 256.12º | 0.79% | 1% | - |
| XYZ | 25.55 | 13.05 | 95.78 | - |
| YUV | 93.06 | 219.39 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 255 | 0.58 | 0.79 | 0 | 0 | 256.12 | 1 | 0.61 |
| Hex | 6C | 36 | FF | 3A | 4F | 0 | 0 | 100 | 64 | 3D |
| Octal | 154 | 66 | 377 | 72 | 117 | 0 | 0 | 400 | 144 | 75 |
| Binary | 1101100 | 110110 | 11111111 | 111010 | 1001111 | 0 | 0 | 100000000 | 1100100 | 111101 |
Color Harmonies of #6C36FF
Complementary color
Monochromatic Colors of #6C36FF
Black with #6C36FF
Text Example
Text Example
White with #6C36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C36FF; }
p { color: rgb(108,54,255); }
H1.HeaderClassName
{
color: #6C36FF;
}
.AnyTagClassName
{
color: #6C36FF;
}
</style>
background-color css
<style>
a { background-color: #6C36FF; }
a { background-color: rgb(108,54,255); }
div.DivClassName
{
background-color: #6C36FF;
}
.BgClassName
{
background-color: #6C36FF;
}
</style>
border-color css
<style>
span { border-color: #6C36FF; }
span { border-color: rgb(108,54,255); }
td.TdClassName
{
border-color: #6C36FF;
}
.TagClassName
{
border-color: #6C36FF;
}
</style>