Shades of Han Purple #3607ED
Tints of Han Purple #3607ED
RGB
CMYK
RGB Variations
Color information
#3607ED (or 0x3607ED) is known color: Han Purple. HEX triplet: 36, 07 and ED. RGB value is (54,7,237). Sum of RGB (Red+Green+Blue) = 54+7+237=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #3607ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3607ED is #C9F812. Grayscale: #2E2E2E. Windows color (decimal): -13236243 or 15533878. OLE color: 15533878.
HSL color Cylindrical-coordinate representation of color #3607ED: hue angle of 252.26º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3607ED is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 7 | 237 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.07 |
| HSL | 252.26º | 0.94% | 0.48% | - |
| HSV(B) | 252.26º | 0.97% | 0.93% | - |
| XYZ | 16.88 | 7.05 | 80.59 | - |
| YUV | 47.27 | 235.07 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 237 | 0.77 | 0.97 | 0 | 0.07 | 252.26 | 0.94 | 0.48 |
| Hex | 36 | 7 | ED | 4D | 61 | 0 | 7 | FC | 5E | 30 |
| Octal | 66 | 7 | 355 | 115 | 141 | 0 | 7 | 374 | 136 | 60 |
| Binary | 110110 | 111 | 11101101 | 1001101 | 1100001 | 0 | 111 | 11111100 | 1011110 | 110000 |
Color Harmonies of #3607ED
Complementary color
Monochromatic Colors of #3607ED
Black with #3607ED
Text Example
Text Example
White with #3607ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3607ED; }
p { color: rgb(54,7,237); }
H1.HeaderClassName
{
color: #3607ED;
}
.AnyTagClassName
{
color: #3607ED;
}
</style>
background-color css
<style>
a { background-color: #3607ED; }
a { background-color: rgb(54,7,237); }
div.DivClassName
{
background-color: #3607ED;
}
.BgClassName
{
background-color: #3607ED;
}
</style>
border-color css
<style>
span { border-color: #3607ED; }
span { border-color: rgb(54,7,237); }
td.TdClassName
{
border-color: #3607ED;
}
.TagClassName
{
border-color: #3607ED;
}
</style>