Shades of Han Purple #3714DC
Tints of Han Purple #3714DC
RGB
CMYK
RGB Variations
Color information
#3714DC (or 0x3714DC) is known color: Han Purple. HEX triplet: 37, 14 and DC. RGB value is (55,20,220). Sum of RGB (Red+Green+Blue) = 55+20+220=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #3714DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3714DC is #C8EB23. Grayscale: #343434. Windows color (decimal): -13167396 or 14423095. OLE color: 14423095.
HSL color Cylindrical-coordinate representation of color #3714DC: hue angle of 250.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3714DC is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 20 | 220 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.14 |
| HSL | 250.5º | 0.83% | 0.47% | - |
| HSV(B) | 250.5º | 0.91% | 0.86% | - |
| XYZ | 14.74 | 6.48 | 68.18 | - |
| YUV | 53.27 | 222.1 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 220 | 0.75 | 0.91 | 0 | 0.14 | 250.5 | 0.83 | 0.47 |
| Hex | 37 | 14 | DC | 4B | 5B | 0 | E | FB | 53 | 2F |
| Octal | 67 | 24 | 334 | 113 | 133 | 0 | 16 | 373 | 123 | 57 |
| Binary | 110111 | 10100 | 11011100 | 1001011 | 1011011 | 0 | 1110 | 11111011 | 1010011 | 101111 |
Color Harmonies of #3714DC
Complementary color
Monochromatic Colors of #3714DC
Black with #3714DC
Text Example
Text Example
White with #3714DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3714DC; }
p { color: rgb(55,20,220); }
H1.HeaderClassName
{
color: #3714DC;
}
.AnyTagClassName
{
color: #3714DC;
}
</style>
background-color css
<style>
a { background-color: #3714DC; }
a { background-color: rgb(55,20,220); }
div.DivClassName
{
background-color: #3714DC;
}
.BgClassName
{
background-color: #3714DC;
}
</style>
border-color css
<style>
span { border-color: #3714DC; }
span { border-color: rgb(55,20,220); }
td.TdClassName
{
border-color: #3714DC;
}
.TagClassName
{
border-color: #3714DC;
}
</style>