Shades of Han Purple #6D36FC
Tints of Han Purple #6D36FC
RGB
CMYK
RGB Variations
Color information
#6D36FC (or 0x6D36FC) is known color: Han Purple. HEX triplet: 6D, 36 and FC. RGB value is (109,54,252). Sum of RGB (Red+Green+Blue) = 109+54+252=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D36FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D36FC is #92C903. Grayscale: #5C5C5C. Windows color (decimal): -9619716 or 16529005. OLE color: 16529005.
HSL color Cylindrical-coordinate representation of color #6D36FC: hue angle of 256.67º 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 #6D36FC is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 54 | 252 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.01 |
| HSL | 256.67º | 0.97% | 0.6% | - |
| HSV(B) | 256.67º | 0.79% | 0.99% | - |
| XYZ | 25.2 | 12.92 | 93.26 | - |
| YUV | 93.02 | 217.72 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 252 | 0.57 | 0.79 | 0 | 0.01 | 256.67 | 0.97 | 0.6 |
| Hex | 6D | 36 | FC | 39 | 4F | 0 | 1 | 101 | 61 | 3C |
| Octal | 155 | 66 | 374 | 71 | 117 | 0 | 1 | 401 | 141 | 74 |
| Binary | 1101101 | 110110 | 11111100 | 111001 | 1001111 | 0 | 1 | 100000001 | 1100001 | 111100 |
Color Harmonies of #6D36FC
Complementary color
Monochromatic Colors of #6D36FC
Black with #6D36FC
Text Example
Text Example
White with #6D36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D36FC; }
p { color: rgb(109,54,252); }
H1.HeaderClassName
{
color: #6D36FC;
}
.AnyTagClassName
{
color: #6D36FC;
}
</style>
background-color css
<style>
a { background-color: #6D36FC; }
a { background-color: rgb(109,54,252); }
div.DivClassName
{
background-color: #6D36FC;
}
.BgClassName
{
background-color: #6D36FC;
}
</style>
border-color css
<style>
span { border-color: #6D36FC; }
span { border-color: rgb(109,54,252); }
td.TdClassName
{
border-color: #6D36FC;
}
.TagClassName
{
border-color: #6D36FC;
}
</style>