Shades of Han Purple #3607CA
Tints of Han Purple #3607CA
RGB
CMYK
RGB Variations
Color information
#3607CA (or 0x3607CA) is known color: Han Purple. HEX triplet: 36, 07 and CA. RGB value is (54,7,202). Sum of RGB (Red+Green+Blue) = 54+7+202=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #3607CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3607CA is #C9F835. Grayscale: #2A2A2A. Windows color (decimal): -13236278 or 13240118. OLE color: 13240118.
HSL color Cylindrical-coordinate representation of color #3607CA: hue angle of 254.46º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3607CA is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 7 | 202 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.21 |
| HSL | 254.46º | 0.93% | 0.41% | - |
| HSV(B) | 254.46º | 0.97% | 0.79% | - |
| XYZ | 12.26 | 5.2 | 56.23 | - |
| YUV | 43.28 | 217.57 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 202 | 0.73 | 0.97 | 0 | 0.21 | 254.46 | 0.93 | 0.41 |
| Hex | 36 | 7 | CA | 49 | 61 | 0 | 15 | FE | 5D | 29 |
| Octal | 66 | 7 | 312 | 111 | 141 | 0 | 25 | 376 | 135 | 51 |
| Binary | 110110 | 111 | 11001010 | 1001001 | 1100001 | 0 | 10101 | 11111110 | 1011101 | 101001 |
Color Harmonies of #3607CA
Complementary color
Monochromatic Colors of #3607CA
Black with #3607CA
Text Example
Text Example
White with #3607CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3607CA; }
p { color: rgb(54,7,202); }
H1.HeaderClassName
{
color: #3607CA;
}
.AnyTagClassName
{
color: #3607CA;
}
</style>
background-color css
<style>
a { background-color: #3607CA; }
a { background-color: rgb(54,7,202); }
div.DivClassName
{
background-color: #3607CA;
}
.BgClassName
{
background-color: #3607CA;
}
</style>
border-color css
<style>
span { border-color: #3607CA; }
span { border-color: rgb(54,7,202); }
td.TdClassName
{
border-color: #3607CA;
}
.TagClassName
{
border-color: #3607CA;
}
</style>