Shades of Han Purple #4321DD
Tints of Han Purple #4321DD
RGB
CMYK
RGB Variations
Color information
#4321DD (or 0x4321DD) is known color: Han Purple. HEX triplet: 43, 21 and DD. RGB value is (67,33,221). Sum of RGB (Red+Green+Blue) = 67+33+221=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #4321DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4321DD is #BCDE22. Grayscale: #3F3F3F. Windows color (decimal): -12377635 or 14491971. OLE color: 14491971.
HSL color Cylindrical-coordinate representation of color #4321DD: hue angle of 250.85º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4321DD is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 33 | 221 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.13 |
| HSL | 250.85º | 0.74% | 0.5% | - |
| HSV(B) | 250.85º | 0.85% | 0.87% | - |
| XYZ | 15.91 | 7.5 | 69.02 | - |
| YUV | 64.6 | 216.26 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 221 | 0.70 | 0.85 | 0 | 0.13 | 250.85 | 0.74 | 0.5 |
| Hex | 43 | 21 | DD | 46 | 55 | 0 | D | FB | 4A | 32 |
| Octal | 103 | 41 | 335 | 106 | 125 | 0 | 15 | 373 | 112 | 62 |
| Binary | 1000011 | 100001 | 11011101 | 1000110 | 1010101 | 0 | 1101 | 11111011 | 1001010 | 110010 |
Color Harmonies of #4321DD
Complementary color
Monochromatic Colors of #4321DD
Black with #4321DD
Text Example
Text Example
White with #4321DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321DD; }
p { color: rgb(67,33,221); }
H1.HeaderClassName
{
color: #4321DD;
}
.AnyTagClassName
{
color: #4321DD;
}
</style>
background-color css
<style>
a { background-color: #4321DD; }
a { background-color: rgb(67,33,221); }
div.DivClassName
{
background-color: #4321DD;
}
.BgClassName
{
background-color: #4321DD;
}
</style>
border-color css
<style>
span { border-color: #4321DD; }
span { border-color: rgb(67,33,221); }
td.TdClassName
{
border-color: #4321DD;
}
.TagClassName
{
border-color: #4321DD;
}
</style>