Shades of Han Purple #4329FB
Tints of Han Purple #4329FB
RGB
CMYK
RGB Variations
Color information
#4329FB (or 0x4329FB) is known color: Han Purple. HEX triplet: 43, 29 and FB. RGB value is (67,41,251). Sum of RGB (Red+Green+Blue) = 67+41+251=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #4329FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4329FB is #BCD604. Grayscale: #474747. Windows color (decimal): -12375557 or 16460099. OLE color: 16460099.
HSL color Cylindrical-coordinate representation of color #4329FB: hue angle of 247.43º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4329FB is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 41 | 251 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.02 |
| HSL | 247.43º | 0.96% | 0.57% | - |
| HSV(B) | 247.43º | 0.84% | 0.98% | - |
| XYZ | 20.52 | 9.74 | 92.07 | - |
| YUV | 72.71 | 228.61 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 251 | 0.73 | 0.84 | 0 | 0.02 | 247.43 | 0.96 | 0.57 |
| Hex | 43 | 29 | FB | 49 | 54 | 0 | 2 | F7 | 60 | 39 |
| Octal | 103 | 51 | 373 | 111 | 124 | 0 | 2 | 367 | 140 | 71 |
| Binary | 1000011 | 101001 | 11111011 | 1001001 | 1010100 | 0 | 10 | 11110111 | 1100000 | 111001 |
Color Harmonies of #4329FB
Complementary color
Monochromatic Colors of #4329FB
Black with #4329FB
Text Example
Text Example
White with #4329FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4329FB; }
p { color: rgb(67,41,251); }
H1.HeaderClassName
{
color: #4329FB;
}
.AnyTagClassName
{
color: #4329FB;
}
</style>
background-color css
<style>
a { background-color: #4329FB; }
a { background-color: rgb(67,41,251); }
div.DivClassName
{
background-color: #4329FB;
}
.BgClassName
{
background-color: #4329FB;
}
</style>
border-color css
<style>
span { border-color: #4329FB; }
span { border-color: rgb(67,41,251); }
td.TdClassName
{
border-color: #4329FB;
}
.TagClassName
{
border-color: #4329FB;
}
</style>