Shades of Han Purple #3D14D5
Tints of Han Purple #3D14D5
RGB
CMYK
RGB Variations
Color information
#3D14D5 (or 0x3D14D5) is known color: Han Purple. HEX triplet: 3D, 14 and D5. RGB value is (61,20,213). Sum of RGB (Red+Green+Blue) = 61+20+213=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 213 (83.59% from 255 or 72.45% from 294); Max value from RGB is 213 - color contains mainly: blue. Hex color #3D14D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D14D5 is #C2EB2A. Grayscale: #353535. Windows color (decimal): -12774187 or 13964349. OLE color: 13964349.
HSL color Cylindrical-coordinate representation of color #3D14D5: hue angle of 252.75º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D14D5 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 20 | 213 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.16 |
| HSL | 252.75º | 0.83% | 0.46% | - |
| HSV(B) | 252.75º | 0.91% | 0.84% | - |
| XYZ | 14.18 | 6.3 | 63.42 | - |
| YUV | 54.26 | 217.58 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 213 | 0.71 | 0.91 | 0 | 0.16 | 252.75 | 0.83 | 0.46 |
| Hex | 3D | 14 | D5 | 47 | 5B | 0 | 10 | FD | 53 | 2E |
| Octal | 75 | 24 | 325 | 107 | 133 | 0 | 20 | 375 | 123 | 56 |
| Binary | 111101 | 10100 | 11010101 | 1000111 | 1011011 | 0 | 10000 | 11111101 | 1010011 | 101110 |
Color Harmonies of #3D14D5
Complementary color
Monochromatic Colors of #3D14D5
Black with #3D14D5
Text Example
Text Example
White with #3D14D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D14D5; }
p { color: rgb(61,20,213); }
H1.HeaderClassName
{
color: #3D14D5;
}
.AnyTagClassName
{
color: #3D14D5;
}
</style>
background-color css
<style>
a { background-color: #3D14D5; }
a { background-color: rgb(61,20,213); }
div.DivClassName
{
background-color: #3D14D5;
}
.BgClassName
{
background-color: #3D14D5;
}
</style>
border-color css
<style>
span { border-color: #3D14D5; }
span { border-color: rgb(61,20,213); }
td.TdClassName
{
border-color: #3D14D5;
}
.TagClassName
{
border-color: #3D14D5;
}
</style>