Shades of Han Purple #360CCF
Tints of Han Purple #360CCF
RGB
CMYK
RGB Variations
Color information
#360CCF (or 0x360CCF) is known color: Han Purple. HEX triplet: 36, 0C and CF. RGB value is (54,12,207). Sum of RGB (Red+Green+Blue) = 54+12+207=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #360CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CCF is #C9F330. Grayscale: #2E2E2E. Windows color (decimal): -13234993 or 13569078. OLE color: 13569078.
HSL color Cylindrical-coordinate representation of color #360CCF: hue angle of 252.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360CCF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 12 | 207 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.19 |
| HSL | 252.92º | 0.89% | 0.43% | - |
| HSV(B) | 252.92º | 0.94% | 0.81% | - |
| XYZ | 12.92 | 5.55 | 59.42 | - |
| YUV | 46.79 | 218.41 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 207 | 0.74 | 0.94 | 0 | 0.19 | 252.92 | 0.89 | 0.43 |
| Hex | 36 | C | CF | 4A | 5E | 0 | 13 | FD | 59 | 2B |
| Octal | 66 | 14 | 317 | 112 | 136 | 0 | 23 | 375 | 131 | 53 |
| Binary | 110110 | 1100 | 11001111 | 1001010 | 1011110 | 0 | 10011 | 11111101 | 1011001 | 101011 |
Color Harmonies of #360CCF
Complementary color
Monochromatic Colors of #360CCF
Black with #360CCF
Text Example
Text Example
White with #360CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CCF; }
p { color: rgb(54,12,207); }
H1.HeaderClassName
{
color: #360CCF;
}
.AnyTagClassName
{
color: #360CCF;
}
</style>
background-color css
<style>
a { background-color: #360CCF; }
a { background-color: rgb(54,12,207); }
div.DivClassName
{
background-color: #360CCF;
}
.BgClassName
{
background-color: #360CCF;
}
</style>
border-color css
<style>
span { border-color: #360CCF; }
span { border-color: rgb(54,12,207); }
td.TdClassName
{
border-color: #360CCF;
}
.TagClassName
{
border-color: #360CCF;
}
</style>