Shades of Han Purple #4312D3
Tints of Han Purple #4312D3
RGB
CMYK
RGB Variations
Color information
#4312D3 (or 0x4312D3) is known color: Han Purple. HEX triplet: 43, 12 and D3. RGB value is (67,18,211). Sum of RGB (Red+Green+Blue) = 67+18+211=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 211 (82.81% from 255 or 71.28% from 296); Max value from RGB is 211 - color contains mainly: blue. Hex color #4312D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4312D3 is #BCED2C. Grayscale: #353535. Windows color (decimal): -12381485 or 13832771. OLE color: 13832771.
HSL color Cylindrical-coordinate representation of color #4312D3: hue angle of 255.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4312D3 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 18 | 211 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.17 |
| HSL | 255.23º | 0.84% | 0.45% | - |
| HSV(B) | 255.23º | 0.91% | 0.83% | - |
| XYZ | 14.29 | 6.33 | 62.1 | - |
| YUV | 54.65 | 216.23 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 211 | 0.68 | 0.91 | 0 | 0.17 | 255.23 | 0.84 | 0.45 |
| Hex | 43 | 12 | D3 | 44 | 5B | 0 | 11 | FF | 54 | 2D |
| Octal | 103 | 22 | 323 | 104 | 133 | 0 | 21 | 377 | 124 | 55 |
| Binary | 1000011 | 10010 | 11010011 | 1000100 | 1011011 | 0 | 10001 | 11111111 | 1010100 | 101101 |
Color Harmonies of #4312D3
Complementary color
Monochromatic Colors of #4312D3
Black with #4312D3
Text Example
Text Example
White with #4312D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4312D3; }
p { color: rgb(67,18,211); }
H1.HeaderClassName
{
color: #4312D3;
}
.AnyTagClassName
{
color: #4312D3;
}
</style>
background-color css
<style>
a { background-color: #4312D3; }
a { background-color: rgb(67,18,211); }
div.DivClassName
{
background-color: #4312D3;
}
.BgClassName
{
background-color: #4312D3;
}
</style>
border-color css
<style>
span { border-color: #4312D3; }
span { border-color: rgb(67,18,211); }
td.TdClassName
{
border-color: #4312D3;
}
.TagClassName
{
border-color: #4312D3;
}
</style>