Shades of Han Purple #360CF6
Tints of Han Purple #360CF6
RGB
CMYK
RGB Variations
Color information
#360CF6 (or 0x360CF6) is known color: Han Purple. HEX triplet: 36, 0C and F6. RGB value is (54,12,246). Sum of RGB (Red+Green+Blue) = 54+12+246=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 246 (96.48% from 255 or 78.85% from 312); Max value from RGB is 246 - color contains mainly: blue. Hex color #360CF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CF6 is #C9F309. Grayscale: #323232. Windows color (decimal): -13234954 or 16124982. OLE color: 16124982.
HSL color Cylindrical-coordinate representation of color #360CF6: hue angle of 250.77º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CF6 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 12 | 246 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.04 |
| HSL | 250.77º | 0.93% | 0.51% | - |
| HSV(B) | 250.77º | 0.95% | 0.96% | - |
| XYZ | 18.29 | 7.7 | 87.71 | - |
| YUV | 51.23 | 237.91 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 246 | 0.78 | 0.95 | 0 | 0.04 | 250.77 | 0.93 | 0.51 |
| Hex | 36 | C | F6 | 4E | 5F | 0 | 4 | FB | 5D | 33 |
| Octal | 66 | 14 | 366 | 116 | 137 | 0 | 4 | 373 | 135 | 63 |
| Binary | 110110 | 1100 | 11110110 | 1001110 | 1011111 | 0 | 100 | 11111011 | 1011101 | 110011 |
Color Harmonies of #360CF6
Complementary color
Monochromatic Colors of #360CF6
Black with #360CF6
Text Example
Text Example
White with #360CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CF6; }
p { color: rgb(54,12,246); }
H1.HeaderClassName
{
color: #360CF6;
}
.AnyTagClassName
{
color: #360CF6;
}
</style>
background-color css
<style>
a { background-color: #360CF6; }
a { background-color: rgb(54,12,246); }
div.DivClassName
{
background-color: #360CF6;
}
.BgClassName
{
background-color: #360CF6;
}
</style>
border-color css
<style>
span { border-color: #360CF6; }
span { border-color: rgb(54,12,246); }
td.TdClassName
{
border-color: #360CF6;
}
.TagClassName
{
border-color: #360CF6;
}
</style>