Shades of Han Purple #3713D5
Tints of Han Purple #3713D5
RGB
CMYK
RGB Variations
Color information
#3713D5 (or 0x3713D5) is known color: Han Purple. HEX triplet: 37, 13 and D5. RGB value is (55,19,213). Sum of RGB (Red+Green+Blue) = 55+19+213=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 213 (83.59% from 255 or 74.22% from 287); Max value from RGB is 213 - color contains mainly: blue. Hex color #3713D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3713D5 is #C8EC2A. Grayscale: #333333. Windows color (decimal): -13167659 or 13964087. OLE color: 13964087.
HSL color Cylindrical-coordinate representation of color #3713D5: hue angle of 251.13º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3713D5 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 19 | 213 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.16 |
| HSL | 251.13º | 0.84% | 0.45% | - |
| HSV(B) | 251.13º | 0.91% | 0.84% | - |
| XYZ | 13.82 | 6.08 | 63.4 | - |
| YUV | 51.88 | 218.93 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 213 | 0.74 | 0.91 | 0 | 0.16 | 251.13 | 0.84 | 0.45 |
| Hex | 37 | 13 | D5 | 4A | 5B | 0 | 10 | FB | 54 | 2D |
| Octal | 67 | 23 | 325 | 112 | 133 | 0 | 20 | 373 | 124 | 55 |
| Binary | 110111 | 10011 | 11010101 | 1001010 | 1011011 | 0 | 10000 | 11111011 | 1010100 | 101101 |
Color Harmonies of #3713D5
Complementary color
Monochromatic Colors of #3713D5
Black with #3713D5
Text Example
Text Example
White with #3713D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3713D5; }
p { color: rgb(55,19,213); }
H1.HeaderClassName
{
color: #3713D5;
}
.AnyTagClassName
{
color: #3713D5;
}
</style>
background-color css
<style>
a { background-color: #3713D5; }
a { background-color: rgb(55,19,213); }
div.DivClassName
{
background-color: #3713D5;
}
.BgClassName
{
background-color: #3713D5;
}
</style>
border-color css
<style>
span { border-color: #3713D5; }
span { border-color: rgb(55,19,213); }
td.TdClassName
{
border-color: #3713D5;
}
.TagClassName
{
border-color: #3713D5;
}
</style>