Shades of Han Purple #360DF7
Tints of Han Purple #360DF7
RGB
CMYK
RGB Variations
Color information
#360DF7 (or 0x360DF7) is known color: Han Purple. HEX triplet: 36, 0D and F7. RGB value is (54,13,247). Sum of RGB (Red+Green+Blue) = 54+13+247=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 247 (96.88% from 255 or 78.66% from 314); Max value from RGB is 247 - color contains mainly: blue. Hex color #360DF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360DF7 is #C9F208. Grayscale: #333333. Windows color (decimal): -13234697 or 16190774. OLE color: 16190774.
HSL color Cylindrical-coordinate representation of color #360DF7: hue angle of 250.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360DF7 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 13 | 247 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.03 |
| HSL | 250.51º | 0.94% | 0.51% | - |
| HSV(B) | 250.51º | 0.95% | 0.97% | - |
| XYZ | 18.45 | 7.79 | 88.53 | - |
| YUV | 51.94 | 238.08 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 247 | 0.78 | 0.95 | 0 | 0.03 | 250.51 | 0.94 | 0.51 |
| Hex | 36 | D | F7 | 4E | 5F | 0 | 3 | FB | 5E | 33 |
| Octal | 66 | 15 | 367 | 116 | 137 | 0 | 3 | 373 | 136 | 63 |
| Binary | 110110 | 1101 | 11110111 | 1001110 | 1011111 | 0 | 11 | 11111011 | 1011110 | 110011 |
Color Harmonies of #360DF7
Complementary color
Monochromatic Colors of #360DF7
Black with #360DF7
Text Example
Text Example
White with #360DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DF7; }
p { color: rgb(54,13,247); }
H1.HeaderClassName
{
color: #360DF7;
}
.AnyTagClassName
{
color: #360DF7;
}
</style>
background-color css
<style>
a { background-color: #360DF7; }
a { background-color: rgb(54,13,247); }
div.DivClassName
{
background-color: #360DF7;
}
.BgClassName
{
background-color: #360DF7;
}
</style>
border-color css
<style>
span { border-color: #360DF7; }
span { border-color: rgb(54,13,247); }
td.TdClassName
{
border-color: #360DF7;
}
.TagClassName
{
border-color: #360DF7;
}
</style>