Shades of Han Purple #4322D6
Tints of Han Purple #4322D6
RGB
CMYK
RGB Variations
Color information
#4322D6 (or 0x4322D6) is known color: Han Purple. HEX triplet: 43, 22 and D6. RGB value is (67,34,214). Sum of RGB (Red+Green+Blue) = 67+34+214=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #4322D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4322D6 is #BCDD29. Grayscale: #3F3F3F. Windows color (decimal): -12377386 or 14033475. OLE color: 14033475.
HSL color Cylindrical-coordinate representation of color #4322D6: hue angle of 251º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4322D6 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 34 | 214 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.16 |
| HSL | 251º | 0.73% | 0.49% | - |
| HSV(B) | 251º | 0.84% | 0.84% | - |
| XYZ | 15.02 | 7.19 | 64.21 | - |
| YUV | 64.39 | 212.43 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 214 | 0.69 | 0.84 | 0 | 0.16 | 251 | 0.73 | 0.49 |
| Hex | 43 | 22 | D6 | 45 | 54 | 0 | 10 | FB | 49 | 31 |
| Octal | 103 | 42 | 326 | 105 | 124 | 0 | 20 | 373 | 111 | 61 |
| Binary | 1000011 | 100010 | 11010110 | 1000101 | 1010100 | 0 | 10000 | 11111011 | 1001001 | 110001 |
Color Harmonies of #4322D6
Complementary color
Monochromatic Colors of #4322D6
Black with #4322D6
Text Example
Text Example
White with #4322D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4322D6; }
p { color: rgb(67,34,214); }
H1.HeaderClassName
{
color: #4322D6;
}
.AnyTagClassName
{
color: #4322D6;
}
</style>
background-color css
<style>
a { background-color: #4322D6; }
a { background-color: rgb(67,34,214); }
div.DivClassName
{
background-color: #4322D6;
}
.BgClassName
{
background-color: #4322D6;
}
</style>
border-color css
<style>
span { border-color: #4322D6; }
span { border-color: rgb(67,34,214); }
td.TdClassName
{
border-color: #4322D6;
}
.TagClassName
{
border-color: #4322D6;
}
</style>