Shades of Han Purple #360EEF
Tints of Han Purple #360EEF
RGB
CMYK
RGB Variations
Color information
#360EEF (or 0x360EEF) is known color: Han Purple. HEX triplet: 36, 0E and EF. RGB value is (54,14,239). Sum of RGB (Red+Green+Blue) = 54+14+239=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #360EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360EEF is #C9F110. Grayscale: #323232. Windows color (decimal): -13234449 or 15666742. OLE color: 15666742.
HSL color Cylindrical-coordinate representation of color #360EEF: hue angle of 250.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360EEF is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 14 | 239 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.06 |
| HSL | 250.67º | 0.89% | 0.5% | - |
| HSV(B) | 250.67º | 0.94% | 0.94% | - |
| XYZ | 17.26 | 7.33 | 82.17 | - |
| YUV | 51.61 | 233.75 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 239 | 0.77 | 0.94 | 0 | 0.06 | 250.67 | 0.89 | 0.5 |
| Hex | 36 | E | EF | 4D | 5E | 0 | 6 | FB | 59 | 32 |
| Octal | 66 | 16 | 357 | 115 | 136 | 0 | 6 | 373 | 131 | 62 |
| Binary | 110110 | 1110 | 11101111 | 1001101 | 1011110 | 0 | 110 | 11111011 | 1011001 | 110010 |
Color Harmonies of #360EEF
Complementary color
Monochromatic Colors of #360EEF
Black with #360EEF
Text Example
Text Example
White with #360EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EEF; }
p { color: rgb(54,14,239); }
H1.HeaderClassName
{
color: #360EEF;
}
.AnyTagClassName
{
color: #360EEF;
}
</style>
background-color css
<style>
a { background-color: #360EEF; }
a { background-color: rgb(54,14,239); }
div.DivClassName
{
background-color: #360EEF;
}
.BgClassName
{
background-color: #360EEF;
}
</style>
border-color css
<style>
span { border-color: #360EEF; }
span { border-color: rgb(54,14,239); }
td.TdClassName
{
border-color: #360EEF;
}
.TagClassName
{
border-color: #360EEF;
}
</style>