Shades of Han Purple #4329FD
Tints of Han Purple #4329FD
RGB
CMYK
RGB Variations
Color information
#4329FD (or 0x4329FD) is known color: Han Purple. HEX triplet: 43, 29 and FD. RGB value is (67,41,253). Sum of RGB (Red+Green+Blue) = 67+41+253=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #4329FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4329FD is #BCD602. Grayscale: #484848. Windows color (decimal): -12375555 or 16591171. OLE color: 16591171.
HSL color Cylindrical-coordinate representation of color #4329FD: hue angle of 247.36º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4329FD is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 41 | 253 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.01 |
| HSL | 247.36º | 0.98% | 0.58% | - |
| HSV(B) | 247.36º | 0.84% | 0.99% | - |
| XYZ | 20.84 | 9.87 | 93.74 | - |
| YUV | 72.94 | 229.61 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 253 | 0.74 | 0.84 | 0 | 0.01 | 247.36 | 0.98 | 0.58 |
| Hex | 43 | 29 | FD | 4A | 54 | 0 | 1 | F7 | 62 | 3A |
| Octal | 103 | 51 | 375 | 112 | 124 | 0 | 1 | 367 | 142 | 72 |
| Binary | 1000011 | 101001 | 11111101 | 1001010 | 1010100 | 0 | 1 | 11110111 | 1100010 | 111010 |
Color Harmonies of #4329FD
Complementary color
Monochromatic Colors of #4329FD
Black with #4329FD
Text Example
Text Example
White with #4329FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4329FD; }
p { color: rgb(67,41,253); }
H1.HeaderClassName
{
color: #4329FD;
}
.AnyTagClassName
{
color: #4329FD;
}
</style>
background-color css
<style>
a { background-color: #4329FD; }
a { background-color: rgb(67,41,253); }
div.DivClassName
{
background-color: #4329FD;
}
.BgClassName
{
background-color: #4329FD;
}
</style>
border-color css
<style>
span { border-color: #4329FD; }
span { border-color: rgb(67,41,253); }
td.TdClassName
{
border-color: #4329FD;
}
.TagClassName
{
border-color: #4329FD;
}
</style>