Shades of Han Purple #3714EA
Tints of Han Purple #3714EA
RGB
CMYK
RGB Variations
Color information
#3714EA (or 0x3714EA) is known color: Han Purple. HEX triplet: 37, 14 and EA. RGB value is (55,20,234). Sum of RGB (Red+Green+Blue) = 55+20+234=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #3714EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3714EA is #C8EB15. Grayscale: #363636. Windows color (decimal): -13167382 or 15340599. OLE color: 15340599.
HSL color Cylindrical-coordinate representation of color #3714EA: hue angle of 249.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3714EA is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 20 | 234 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.08 |
| HSL | 249.81º | 0.84% | 0.5% | - |
| HSV(B) | 249.81º | 0.91% | 0.92% | - |
| XYZ | 16.68 | 7.25 | 78.36 | - |
| YUV | 54.86 | 229.1 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 234 | 0.76 | 0.91 | 0 | 0.08 | 249.81 | 0.84 | 0.5 |
| Hex | 37 | 14 | EA | 4C | 5B | 0 | 8 | FA | 54 | 32 |
| Octal | 67 | 24 | 352 | 114 | 133 | 0 | 10 | 372 | 124 | 62 |
| Binary | 110111 | 10100 | 11101010 | 1001100 | 1011011 | 0 | 1000 | 11111010 | 1010100 | 110010 |
Color Harmonies of #3714EA
Complementary color
Monochromatic Colors of #3714EA
Black with #3714EA
Text Example
Text Example
White with #3714EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3714EA; }
p { color: rgb(55,20,234); }
H1.HeaderClassName
{
color: #3714EA;
}
.AnyTagClassName
{
color: #3714EA;
}
</style>
background-color css
<style>
a { background-color: #3714EA; }
a { background-color: rgb(55,20,234); }
div.DivClassName
{
background-color: #3714EA;
}
.BgClassName
{
background-color: #3714EA;
}
</style>
border-color css
<style>
span { border-color: #3714EA; }
span { border-color: rgb(55,20,234); }
td.TdClassName
{
border-color: #3714EA;
}
.TagClassName
{
border-color: #3714EA;
}
</style>