Shades of Han Purple #360EDE
Tints of Han Purple #360EDE
RGB
CMYK
RGB Variations
Color information
#360EDE (or 0x360EDE) is known color: Han Purple. HEX triplet: 36, 0E and DE. RGB value is (54,14,222). Sum of RGB (Red+Green+Blue) = 54+14+222=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 222 (87.11% from 255 or 76.55% from 290); Max value from RGB is 222 - color contains mainly: blue. Hex color #360EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360EDE is #C9F121. Grayscale: #303030. Windows color (decimal): -13234466 or 14552630. OLE color: 14552630.
HSL color Cylindrical-coordinate representation of color #360EDE: hue angle of 251.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360EDE is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 14 | 222 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.13 |
| HSL | 251.54º | 0.88% | 0.46% | - |
| HSV(B) | 251.54º | 0.94% | 0.87% | - |
| XYZ | 14.86 | 6.37 | 69.55 | - |
| YUV | 49.67 | 225.25 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 222 | 0.76 | 0.94 | 0 | 0.13 | 251.54 | 0.88 | 0.46 |
| Hex | 36 | E | DE | 4C | 5E | 0 | D | FC | 58 | 2E |
| Octal | 66 | 16 | 336 | 114 | 136 | 0 | 15 | 374 | 130 | 56 |
| Binary | 110110 | 1110 | 11011110 | 1001100 | 1011110 | 0 | 1101 | 11111100 | 1011000 | 101110 |
Color Harmonies of #360EDE
Complementary color
Monochromatic Colors of #360EDE
Black with #360EDE
Text Example
Text Example
White with #360EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EDE; }
p { color: rgb(54,14,222); }
H1.HeaderClassName
{
color: #360EDE;
}
.AnyTagClassName
{
color: #360EDE;
}
</style>
background-color css
<style>
a { background-color: #360EDE; }
a { background-color: rgb(54,14,222); }
div.DivClassName
{
background-color: #360EDE;
}
.BgClassName
{
background-color: #360EDE;
}
</style>
border-color css
<style>
span { border-color: #360EDE; }
span { border-color: rgb(54,14,222); }
td.TdClassName
{
border-color: #360EDE;
}
.TagClassName
{
border-color: #360EDE;
}
</style>