Shades of Han Purple #4332DA
Tints of Han Purple #4332DA
RGB
CMYK
RGB Variations
Color information
#4332DA (or 0x4332DA) is known color: Han Purple. HEX triplet: 43, 32 and DA. RGB value is (67,50,218). Sum of RGB (Red+Green+Blue) = 67+50+218=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #4332DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4332DA is #BCCD25. Grayscale: #494949. Windows color (decimal): -12373286 or 14299715. OLE color: 14299715.
HSL color Cylindrical-coordinate representation of color #4332DA: hue angle of 246.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4332DA is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 50 | 218 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.15 |
| HSL | 246.07º | 0.69% | 0.53% | - |
| HSV(B) | 246.07º | 0.77% | 0.85% | - |
| XYZ | 16.11 | 8.54 | 67.13 | - |
| YUV | 74.24 | 209.13 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 218 | 0.69 | 0.77 | 0 | 0.15 | 246.07 | 0.69 | 0.53 |
| Hex | 43 | 32 | DA | 45 | 4D | 0 | F | F6 | 45 | 35 |
| Octal | 103 | 62 | 332 | 105 | 115 | 0 | 17 | 366 | 105 | 65 |
| Binary | 1000011 | 110010 | 11011010 | 1000101 | 1001101 | 0 | 1111 | 11110110 | 1000101 | 110101 |
Color Harmonies of #4332DA
Complementary color
Monochromatic Colors of #4332DA
Black with #4332DA
Text Example
Text Example
White with #4332DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4332DA; }
p { color: rgb(67,50,218); }
H1.HeaderClassName
{
color: #4332DA;
}
.AnyTagClassName
{
color: #4332DA;
}
</style>
background-color css
<style>
a { background-color: #4332DA; }
a { background-color: rgb(67,50,218); }
div.DivClassName
{
background-color: #4332DA;
}
.BgClassName
{
background-color: #4332DA;
}
</style>
border-color css
<style>
span { border-color: #4332DA; }
span { border-color: rgb(67,50,218); }
td.TdClassName
{
border-color: #4332DA;
}
.TagClassName
{
border-color: #4332DA;
}
</style>