Shades of Han Purple #6C36FA
Tints of Han Purple #6C36FA
RGB
CMYK
RGB Variations
Color information
#6C36FA (or 0x6C36FA) is known color: Han Purple. HEX triplet: 6C, 36 and FA. RGB value is (108,54,250). Sum of RGB (Red+Green+Blue) = 108+54+250=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C36FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C36FA is #93C905. Grayscale: #5B5B5B. Windows color (decimal): -9685254 or 16397932. OLE color: 16397932.
HSL color Cylindrical-coordinate representation of color #6C36FA: hue angle of 256.53º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C36FA is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 54 | 250 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.02 |
| HSL | 256.53º | 0.95% | 0.6% | - |
| HSV(B) | 256.53º | 0.78% | 0.98% | - |
| XYZ | 24.76 | 12.73 | 91.59 | - |
| YUV | 92.49 | 216.89 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 250 | 0.57 | 0.78 | 0 | 0.02 | 256.53 | 0.95 | 0.6 |
| Hex | 6C | 36 | FA | 39 | 4E | 0 | 2 | 101 | 5F | 3C |
| Octal | 154 | 66 | 372 | 71 | 116 | 0 | 2 | 401 | 137 | 74 |
| Binary | 1101100 | 110110 | 11111010 | 111001 | 1001110 | 0 | 10 | 100000001 | 1011111 | 111100 |
Color Harmonies of #6C36FA
Complementary color
Monochromatic Colors of #6C36FA
Black with #6C36FA
Text Example
Text Example
White with #6C36FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C36FA; }
p { color: rgb(108,54,250); }
H1.HeaderClassName
{
color: #6C36FA;
}
.AnyTagClassName
{
color: #6C36FA;
}
</style>
background-color css
<style>
a { background-color: #6C36FA; }
a { background-color: rgb(108,54,250); }
div.DivClassName
{
background-color: #6C36FA;
}
.BgClassName
{
background-color: #6C36FA;
}
</style>
border-color css
<style>
span { border-color: #6C36FA; }
span { border-color: rgb(108,54,250); }
td.TdClassName
{
border-color: #6C36FA;
}
.TagClassName
{
border-color: #6C36FA;
}
</style>