Shades of Han Purple #2D14DC
Tints of Han Purple #2D14DC
RGB
CMYK
RGB Variations
Color information
#2D14DC (or 0x2D14DC) is known color: Han Purple. HEX triplet: 2D, 14 and DC. RGB value is (45,20,220). Sum of RGB (Red+Green+Blue) = 45+20+220=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D14DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D14DC is #D2EB23. Grayscale: #313131. Windows color (decimal): -13822756 or 14423085. OLE color: 14423085.
HSL color Cylindrical-coordinate representation of color #2D14DC: hue angle of 247.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 #2D14DC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 20 | 220 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.14 |
| HSL | 247.5º | 0.83% | 0.47% | - |
| HSV(B) | 247.5º | 0.91% | 0.86% | - |
| XYZ | 14.25 | 6.23 | 68.16 | - |
| YUV | 50.28 | 223.78 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 220 | 0.80 | 0.91 | 0 | 0.14 | 247.5 | 0.83 | 0.47 |
| Hex | 2D | 14 | DC | 50 | 5B | 0 | E | F8 | 53 | 2F |
| Octal | 55 | 24 | 334 | 120 | 133 | 0 | 16 | 370 | 123 | 57 |
| Binary | 101101 | 10100 | 11011100 | 1010000 | 1011011 | 0 | 1110 | 11111000 | 1010011 | 101111 |
Color Harmonies of #2D14DC
Complementary color
Monochromatic Colors of #2D14DC
Black with #2D14DC
Text Example
Text Example
White with #2D14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D14DC; }
p { color: rgb(45,20,220); }
H1.HeaderClassName
{
color: #2D14DC;
}
.AnyTagClassName
{
color: #2D14DC;
}
</style>
background-color css
<style>
a { background-color: #2D14DC; }
a { background-color: rgb(45,20,220); }
div.DivClassName
{
background-color: #2D14DC;
}
.BgClassName
{
background-color: #2D14DC;
}
</style>
border-color css
<style>
span { border-color: #2D14DC; }
span { border-color: rgb(45,20,220); }
td.TdClassName
{
border-color: #2D14DC;
}
.TagClassName
{
border-color: #2D14DC;
}
</style>