Shades of Han Purple #4328DA
Tints of Han Purple #4328DA
RGB
CMYK
RGB Variations
Color information
#4328DA (or 0x4328DA) is known color: Han Purple. HEX triplet: 43, 28 and DA. RGB value is (67,40,218). Sum of RGB (Red+Green+Blue) = 67+40+218=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #4328DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4328DA is #BCD725. Grayscale: #434343. Windows color (decimal): -12375846 or 14297155. OLE color: 14297155.
HSL color Cylindrical-coordinate representation of color #4328DA: hue angle of 249.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4328DA is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 40 | 218 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.15 |
| HSL | 249.1º | 0.71% | 0.51% | - |
| HSV(B) | 249.1º | 0.82% | 0.85% | - |
| XYZ | 15.73 | 7.77 | 67 | - |
| YUV | 68.37 | 212.45 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 218 | 0.69 | 0.82 | 0 | 0.15 | 249.1 | 0.71 | 0.51 |
| Hex | 43 | 28 | DA | 45 | 52 | 0 | F | F9 | 47 | 33 |
| Octal | 103 | 50 | 332 | 105 | 122 | 0 | 17 | 371 | 107 | 63 |
| Binary | 1000011 | 101000 | 11011010 | 1000101 | 1010010 | 0 | 1111 | 11111001 | 1000111 | 110011 |
Color Harmonies of #4328DA
Complementary color
Monochromatic Colors of #4328DA
Black with #4328DA
Text Example
Text Example
White with #4328DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4328DA; }
p { color: rgb(67,40,218); }
H1.HeaderClassName
{
color: #4328DA;
}
.AnyTagClassName
{
color: #4328DA;
}
</style>
background-color css
<style>
a { background-color: #4328DA; }
a { background-color: rgb(67,40,218); }
div.DivClassName
{
background-color: #4328DA;
}
.BgClassName
{
background-color: #4328DA;
}
</style>
border-color css
<style>
span { border-color: #4328DA; }
span { border-color: rgb(67,40,218); }
td.TdClassName
{
border-color: #4328DA;
}
.TagClassName
{
border-color: #4328DA;
}
</style>