Shades of Han Purple #360CEC
Tints of Han Purple #360CEC
RGB
CMYK
RGB Variations
Color information
#360CEC (or 0x360CEC) is known color: Han Purple. HEX triplet: 36, 0C and EC. RGB value is (54,12,236). Sum of RGB (Red+Green+Blue) = 54+12+236=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #360CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CEC is #C9F313. Grayscale: #313131. Windows color (decimal): -13234964 or 15469622. OLE color: 15469622.
HSL color Cylindrical-coordinate representation of color #360CEC: hue angle of 251.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CEC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 12 | 236 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.07 |
| HSL | 251.25º | 0.9% | 0.49% | - |
| HSV(B) | 251.25º | 0.95% | 0.93% | - |
| XYZ | 16.79 | 7.1 | 79.84 | - |
| YUV | 50.09 | 232.91 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 236 | 0.77 | 0.95 | 0 | 0.07 | 251.25 | 0.9 | 0.49 |
| Hex | 36 | C | EC | 4D | 5F | 0 | 7 | FB | 5A | 31 |
| Octal | 66 | 14 | 354 | 115 | 137 | 0 | 7 | 373 | 132 | 61 |
| Binary | 110110 | 1100 | 11101100 | 1001101 | 1011111 | 0 | 111 | 11111011 | 1011010 | 110001 |
Color Harmonies of #360CEC
Complementary color
Monochromatic Colors of #360CEC
Black with #360CEC
Text Example
Text Example
White with #360CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CEC; }
p { color: rgb(54,12,236); }
H1.HeaderClassName
{
color: #360CEC;
}
.AnyTagClassName
{
color: #360CEC;
}
</style>
background-color css
<style>
a { background-color: #360CEC; }
a { background-color: rgb(54,12,236); }
div.DivClassName
{
background-color: #360CEC;
}
.BgClassName
{
background-color: #360CEC;
}
</style>
border-color css
<style>
span { border-color: #360CEC; }
span { border-color: rgb(54,12,236); }
td.TdClassName
{
border-color: #360CEC;
}
.TagClassName
{
border-color: #360CEC;
}
</style>