Shades of Han Purple #3605D7
Tints of Han Purple #3605D7
RGB
CMYK
RGB Variations
Color information
#3605D7 (or 0x3605D7) is known color: Han Purple. HEX triplet: 36, 05 and D7. RGB value is (54,5,215). Sum of RGB (Red+Green+Blue) = 54+5+215=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 215 (84.38% from 255 or 78.47% from 274); Max value from RGB is 215 - color contains mainly: blue. Hex color #3605D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3605D7 is #C9FA28. Grayscale: #2A2A2A. Windows color (decimal): -13236777 or 14091574. OLE color: 14091574.
HSL color Cylindrical-coordinate representation of color #3605D7: hue angle of 254º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3605D7 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 5 | 215 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.16 |
| HSL | 254º | 0.95% | 0.43% | - |
| HSV(B) | 254º | 0.98% | 0.84% | - |
| XYZ | 13.84 | 5.8 | 64.68 | - |
| YUV | 43.59 | 224.73 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 215 | 0.75 | 0.98 | 0 | 0.16 | 254 | 0.95 | 0.43 |
| Hex | 36 | 5 | D7 | 4B | 62 | 0 | 10 | FE | 5F | 2B |
| Octal | 66 | 5 | 327 | 113 | 142 | 0 | 20 | 376 | 137 | 53 |
| Binary | 110110 | 101 | 11010111 | 1001011 | 1100010 | 0 | 10000 | 11111110 | 1011111 | 101011 |
Color Harmonies of #3605D7
Complementary color
Monochromatic Colors of #3605D7
Black with #3605D7
Text Example
Text Example
White with #3605D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3605D7; }
p { color: rgb(54,5,215); }
H1.HeaderClassName
{
color: #3605D7;
}
.AnyTagClassName
{
color: #3605D7;
}
</style>
background-color css
<style>
a { background-color: #3605D7; }
a { background-color: rgb(54,5,215); }
div.DivClassName
{
background-color: #3605D7;
}
.BgClassName
{
background-color: #3605D7;
}
</style>
border-color css
<style>
span { border-color: #3605D7; }
span { border-color: rgb(54,5,215); }
td.TdClassName
{
border-color: #3605D7;
}
.TagClassName
{
border-color: #3605D7;
}
</style>