Shades of Han Purple #360EFE
Tints of Han Purple #360EFE
RGB
CMYK
RGB Variations
Color information
#360EFE (or 0x360EFE) is known color: Han Purple. HEX triplet: 36, 0E and FE. RGB value is (54,14,254). Sum of RGB (Red+Green+Blue) = 54+14+254=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #360EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360EFE is #C9F101. Grayscale: #343434. Windows color (decimal): -13234434 or 16649782. OLE color: 16649782.
HSL color Cylindrical-coordinate representation of color #360EFE: hue angle of 250º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360EFE is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 14 | 254 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.00 |
| HSL | 250º | 0.99% | 0.53% | - |
| HSV(B) | 250º | 0.94% | 1% | - |
| XYZ | 19.57 | 8.25 | 94.33 | - |
| YUV | 53.32 | 241.25 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 254 | 0.79 | 0.94 | 0 | 0.00 | 250 | 0.99 | 0.53 |
| Hex | 36 | E | FE | 4F | 5E | 0 | 0 | FA | 63 | 35 |
| Octal | 66 | 16 | 376 | 117 | 136 | 0 | 0 | 372 | 143 | 65 |
| Binary | 110110 | 1110 | 11111110 | 1001111 | 1011110 | 0 | 0 | 11111010 | 1100011 | 110101 |
Color Harmonies of #360EFE
Complementary color
Monochromatic Colors of #360EFE
Black with #360EFE
Text Example
Text Example
White with #360EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EFE; }
p { color: rgb(54,14,254); }
H1.HeaderClassName
{
color: #360EFE;
}
.AnyTagClassName
{
color: #360EFE;
}
</style>
background-color css
<style>
a { background-color: #360EFE; }
a { background-color: rgb(54,14,254); }
div.DivClassName
{
background-color: #360EFE;
}
.BgClassName
{
background-color: #360EFE;
}
</style>
border-color css
<style>
span { border-color: #360EFE; }
span { border-color: rgb(54,14,254); }
td.TdClassName
{
border-color: #360EFE;
}
.TagClassName
{
border-color: #360EFE;
}
</style>