Shades of Han Purple #360CFC
Tints of Han Purple #360CFC
RGB
CMYK
RGB Variations
Color information
#360CFC (or 0x360CFC) is known color: Han Purple. HEX triplet: 36, 0C and FC. RGB value is (54,12,252). Sum of RGB (Red+Green+Blue) = 54+12+252=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 252 (98.83% from 255 or 79.25% from 318); Max value from RGB is 252 - color contains mainly: blue. Hex color #360CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CFC is #C9F303. Grayscale: #333333. Windows color (decimal): -13234948 or 16518198. OLE color: 16518198.
HSL color Cylindrical-coordinate representation of color #360CFC: hue angle of 250.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CFC is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 12 | 252 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.01 |
| HSL | 250.5º | 0.98% | 0.52% | - |
| HSV(B) | 250.5º | 0.95% | 0.99% | - |
| XYZ | 19.22 | 8.08 | 92.64 | - |
| YUV | 51.92 | 240.91 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 252 | 0.79 | 0.95 | 0 | 0.01 | 250.5 | 0.98 | 0.52 |
| Hex | 36 | C | FC | 4F | 5F | 0 | 1 | FB | 62 | 34 |
| Octal | 66 | 14 | 374 | 117 | 137 | 0 | 1 | 373 | 142 | 64 |
| Binary | 110110 | 1100 | 11111100 | 1001111 | 1011111 | 0 | 1 | 11111011 | 1100010 | 110100 |
Color Harmonies of #360CFC
Complementary color
Monochromatic Colors of #360CFC
Black with #360CFC
Text Example
Text Example
White with #360CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CFC; }
p { color: rgb(54,12,252); }
H1.HeaderClassName
{
color: #360CFC;
}
.AnyTagClassName
{
color: #360CFC;
}
</style>
background-color css
<style>
a { background-color: #360CFC; }
a { background-color: rgb(54,12,252); }
div.DivClassName
{
background-color: #360CFC;
}
.BgClassName
{
background-color: #360CFC;
}
</style>
border-color css
<style>
span { border-color: #360CFC; }
span { border-color: rgb(54,12,252); }
td.TdClassName
{
border-color: #360CFC;
}
.TagClassName
{
border-color: #360CFC;
}
</style>