Shades of Han Purple #360ECB
Tints of Han Purple #360ECB
RGB
CMYK
RGB Variations
Color information
#360ECB (or 0x360ECB) is known color: Han Purple. HEX triplet: 36, 0E and CB. RGB value is (54,14,203). Sum of RGB (Red+Green+Blue) = 54+14+203=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #360ECB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ECB is #C9F134. Grayscale: #2E2E2E. Windows color (decimal): -13234485 or 13307446. OLE color: 13307446.
HSL color Cylindrical-coordinate representation of color #360ECB: hue angle of 252.7º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360ECB is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 14 | 203 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.20 |
| HSL | 252.7º | 0.87% | 0.43% | - |
| HSV(B) | 252.7º | 0.93% | 0.8% | - |
| XYZ | 12.46 | 5.41 | 56.89 | - |
| YUV | 47.51 | 215.75 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 203 | 0.73 | 0.93 | 0 | 0.20 | 252.7 | 0.87 | 0.43 |
| Hex | 36 | E | CB | 49 | 5D | 0 | 14 | FD | 57 | 2B |
| Octal | 66 | 16 | 313 | 111 | 135 | 0 | 24 | 375 | 127 | 53 |
| Binary | 110110 | 1110 | 11001011 | 1001001 | 1011101 | 0 | 10100 | 11111101 | 1010111 | 101011 |
Color Harmonies of #360ECB
Complementary color
Monochromatic Colors of #360ECB
Black with #360ECB
Text Example
Text Example
White with #360ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360ECB; }
p { color: rgb(54,14,203); }
H1.HeaderClassName
{
color: #360ECB;
}
.AnyTagClassName
{
color: #360ECB;
}
</style>
background-color css
<style>
a { background-color: #360ECB; }
a { background-color: rgb(54,14,203); }
div.DivClassName
{
background-color: #360ECB;
}
.BgClassName
{
background-color: #360ECB;
}
</style>
border-color css
<style>
span { border-color: #360ECB; }
span { border-color: rgb(54,14,203); }
td.TdClassName
{
border-color: #360ECB;
}
.TagClassName
{
border-color: #360ECB;
}
</style>