Shades of Han Purple #4312D1
Tints of Han Purple #4312D1
RGB
CMYK
RGB Variations
Color information
#4312D1 (or 0x4312D1) is known color: Han Purple. HEX triplet: 43, 12 and D1. RGB value is (67,18,209). Sum of RGB (Red+Green+Blue) = 67+18+209=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 209 (82.03% from 255 or 71.09% from 294); Max value from RGB is 209 - color contains mainly: blue. Hex color #4312D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4312D1 is #BCED2E. Grayscale: #353535. Windows color (decimal): -12381487 or 13701699. OLE color: 13701699.
HSL color Cylindrical-coordinate representation of color #4312D1: hue angle of 255.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4312D1 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 18 | 209 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.18 |
| HSL | 255.39º | 0.84% | 0.45% | - |
| HSV(B) | 255.39º | 0.91% | 0.82% | - |
| XYZ | 14.04 | 6.23 | 60.78 | - |
| YUV | 54.43 | 215.23 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 209 | 0.68 | 0.91 | 0 | 0.18 | 255.39 | 0.84 | 0.45 |
| Hex | 43 | 12 | D1 | 44 | 5B | 0 | 12 | FF | 54 | 2D |
| Octal | 103 | 22 | 321 | 104 | 133 | 0 | 22 | 377 | 124 | 55 |
| Binary | 1000011 | 10010 | 11010001 | 1000100 | 1011011 | 0 | 10010 | 11111111 | 1010100 | 101101 |
Color Harmonies of #4312D1
Complementary color
Monochromatic Colors of #4312D1
Black with #4312D1
Text Example
Text Example
White with #4312D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4312D1; }
p { color: rgb(67,18,209); }
H1.HeaderClassName
{
color: #4312D1;
}
.AnyTagClassName
{
color: #4312D1;
}
</style>
background-color css
<style>
a { background-color: #4312D1; }
a { background-color: rgb(67,18,209); }
div.DivClassName
{
background-color: #4312D1;
}
.BgClassName
{
background-color: #4312D1;
}
</style>
border-color css
<style>
span { border-color: #4312D1; }
span { border-color: rgb(67,18,209); }
td.TdClassName
{
border-color: #4312D1;
}
.TagClassName
{
border-color: #4312D1;
}
</style>