Shades of Han Purple #3710DF
Tints of Han Purple #3710DF
RGB
CMYK
RGB Variations
Color information
#3710DF (or 0x3710DF) is known color: Han Purple. HEX triplet: 37, 10 and DF. RGB value is (55,16,223). Sum of RGB (Red+Green+Blue) = 55+16+223=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #3710DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3710DF is #C8EF20. Grayscale: #323232. Windows color (decimal): -13168417 or 14618679. OLE color: 14618679.
HSL color Cylindrical-coordinate representation of color #3710DF: hue angle of 251.3º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3710DF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 16 | 223 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.13 |
| HSL | 251.3º | 0.87% | 0.47% | - |
| HSV(B) | 251.3º | 0.93% | 0.87% | - |
| XYZ | 15.08 | 6.51 | 70.27 | - |
| YUV | 51.26 | 224.92 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 223 | 0.75 | 0.93 | 0 | 0.13 | 251.3 | 0.87 | 0.47 |
| Hex | 37 | 10 | DF | 4B | 5D | 0 | D | FB | 57 | 2F |
| Octal | 67 | 20 | 337 | 113 | 135 | 0 | 15 | 373 | 127 | 57 |
| Binary | 110111 | 10000 | 11011111 | 1001011 | 1011101 | 0 | 1101 | 11111011 | 1010111 | 101111 |
Color Harmonies of #3710DF
Complementary color
Monochromatic Colors of #3710DF
Black with #3710DF
Text Example
Text Example
White with #3710DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3710DF; }
p { color: rgb(55,16,223); }
H1.HeaderClassName
{
color: #3710DF;
}
.AnyTagClassName
{
color: #3710DF;
}
</style>
background-color css
<style>
a { background-color: #3710DF; }
a { background-color: rgb(55,16,223); }
div.DivClassName
{
background-color: #3710DF;
}
.BgClassName
{
background-color: #3710DF;
}
</style>
border-color css
<style>
span { border-color: #3710DF; }
span { border-color: rgb(55,16,223); }
td.TdClassName
{
border-color: #3710DF;
}
.TagClassName
{
border-color: #3710DF;
}
</style>