Shades of Han Purple #362CF7
Tints of Han Purple #362CF7
RGB
CMYK
RGB Variations
Color information
#362CF7 (or 0x362CF7) is known color: Han Purple. HEX triplet: 36, 2C and F7. RGB value is (54,44,247). Sum of RGB (Red+Green+Blue) = 54+44+247=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 247 (96.88% from 255 or 71.59% from 345); Max value from RGB is 247 - color contains mainly: blue. Hex color #362CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362CF7 is #C9D308. Grayscale: #454545. Windows color (decimal): -13226761 or 16198710. OLE color: 16198710.
HSL color Cylindrical-coordinate representation of color #362CF7: hue angle of 242.96º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #362CF7 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 44 | 247 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.03 |
| HSL | 242.96º | 0.93% | 0.57% | - |
| HSV(B) | 242.96º | 0.82% | 0.97% | - |
| XYZ | 19.21 | 9.3 | 88.78 | - |
| YUV | 70.13 | 227.81 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 247 | 0.78 | 0.82 | 0 | 0.03 | 242.96 | 0.93 | 0.57 |
| Hex | 36 | 2C | F7 | 4E | 52 | 0 | 3 | F3 | 5D | 39 |
| Octal | 66 | 54 | 367 | 116 | 122 | 0 | 3 | 363 | 135 | 71 |
| Binary | 110110 | 101100 | 11110111 | 1001110 | 1010010 | 0 | 11 | 11110011 | 1011101 | 111001 |
Color Harmonies of #362CF7
Complementary color
Monochromatic Colors of #362CF7
Black with #362CF7
Text Example
Text Example
White with #362CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362CF7; }
p { color: rgb(54,44,247); }
H1.HeaderClassName
{
color: #362CF7;
}
.AnyTagClassName
{
color: #362CF7;
}
</style>
background-color css
<style>
a { background-color: #362CF7; }
a { background-color: rgb(54,44,247); }
div.DivClassName
{
background-color: #362CF7;
}
.BgClassName
{
background-color: #362CF7;
}
</style>
border-color css
<style>
span { border-color: #362CF7; }
span { border-color: rgb(54,44,247); }
td.TdClassName
{
border-color: #362CF7;
}
.TagClassName
{
border-color: #362CF7;
}
</style>