Shades of Han Purple #3713DF
Tints of Han Purple #3713DF
RGB
CMYK
RGB Variations
Color information
#3713DF (or 0x3713DF) is known color: Han Purple. HEX triplet: 37, 13 and DF. RGB value is (55,19,223). Sum of RGB (Red+Green+Blue) = 55+19+223=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #3713DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3713DF is #C8EC20. Grayscale: #343434. Windows color (decimal): -13167649 or 14619447. OLE color: 14619447.
HSL color Cylindrical-coordinate representation of color #3713DF: hue angle of 250.59º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3713DF is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 19 | 223 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.13 |
| HSL | 250.59º | 0.84% | 0.47% | - |
| HSV(B) | 250.59º | 0.91% | 0.87% | - |
| XYZ | 15.13 | 6.61 | 70.29 | - |
| YUV | 53.02 | 223.93 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 223 | 0.75 | 0.91 | 0 | 0.13 | 250.59 | 0.84 | 0.47 |
| Hex | 37 | 13 | DF | 4B | 5B | 0 | D | FB | 54 | 2F |
| Octal | 67 | 23 | 337 | 113 | 133 | 0 | 15 | 373 | 124 | 57 |
| Binary | 110111 | 10011 | 11011111 | 1001011 | 1011011 | 0 | 1101 | 11111011 | 1010100 | 101111 |
Color Harmonies of #3713DF
Complementary color
Monochromatic Colors of #3713DF
Black with #3713DF
Text Example
Text Example
White with #3713DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3713DF; }
p { color: rgb(55,19,223); }
H1.HeaderClassName
{
color: #3713DF;
}
.AnyTagClassName
{
color: #3713DF;
}
</style>
background-color css
<style>
a { background-color: #3713DF; }
a { background-color: rgb(55,19,223); }
div.DivClassName
{
background-color: #3713DF;
}
.BgClassName
{
background-color: #3713DF;
}
</style>
border-color css
<style>
span { border-color: #3713DF; }
span { border-color: rgb(55,19,223); }
td.TdClassName
{
border-color: #3713DF;
}
.TagClassName
{
border-color: #3713DF;
}
</style>