Shades of Han Purple #3700DA
Tints of Han Purple #3700DA
RGB
CMYK
RGB Variations
Color information
#3700DA (or 0x3700DA) is known color: Han Purple. HEX triplet: 37, 00 and DA. RGB value is (55,0,218). Sum of RGB (Red+Green+Blue) = 55+0+218=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 218 (85.55% from 255 or 79.85% from 273); Max value from RGB is 218 - color contains mainly: blue. Hex color #3700DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3700DA is #C8FF25. Grayscale: #282828. Windows color (decimal): -13172518 or 14286903. OLE color: 14286903.
HSL color Cylindrical-coordinate representation of color #3700DA: hue angle of 255.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3700DA is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 0 | 218 | - |
| CMYK | 0.75 | 1 | 0 | 0.15 |
| HSL | 255.14º | 1% | 0.43% | - |
| HSV(B) | 255.14º | 1% | 0.85% | - |
| XYZ | 14.23 | 5.87 | 66.71 | - |
| YUV | 41.3 | 227.72 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 218 | 0.75 | 1 | 0 | 0.15 | 255.14 | 1 | 0.43 |
| Hex | 37 | 0 | DA | 4B | 64 | 0 | F | FF | 64 | 2B |
| Octal | 67 | 0 | 332 | 113 | 144 | 0 | 17 | 377 | 144 | 53 |
| Binary | 110111 | 0 | 11011010 | 1001011 | 1100100 | 0 | 1111 | 11111111 | 1100100 | 101011 |
Color Harmonies of #3700DA
Complementary color
Monochromatic Colors of #3700DA
Black with #3700DA
Text Example
Text Example
White with #3700DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3700DA; }
p { color: rgb(55,0,218); }
H1.HeaderClassName
{
color: #3700DA;
}
.AnyTagClassName
{
color: #3700DA;
}
</style>
background-color css
<style>
a { background-color: #3700DA; }
a { background-color: rgb(55,0,218); }
div.DivClassName
{
background-color: #3700DA;
}
.BgClassName
{
background-color: #3700DA;
}
</style>
border-color css
<style>
span { border-color: #3700DA; }
span { border-color: rgb(55,0,218); }
td.TdClassName
{
border-color: #3700DA;
}
.TagClassName
{
border-color: #3700DA;
}
</style>