Shades of Han Purple #5929F3
Tints of Han Purple #5929F3
RGB
CMYK
RGB Variations
Color information
#5929F3 (or 0x5929F3) is known color: Han Purple. HEX triplet: 59, 29 and F3. RGB value is (89,41,243). Sum of RGB (Red+Green+Blue) = 89+41+243=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #5929F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5929F3 is #A6D60C. Grayscale: #4D4D4D. Windows color (decimal): -10933773 or 15935833. OLE color: 15935833.
HSL color Cylindrical-coordinate representation of color #5929F3: hue angle of 254.26º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5929F3 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 41 | 243 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.05 |
| HSL | 254.26º | 0.89% | 0.56% | - |
| HSV(B) | 254.26º | 0.83% | 0.95% | - |
| XYZ | 21.09 | 10.18 | 85.65 | - |
| YUV | 78.38 | 220.9 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 243 | 0.63 | 0.83 | 0 | 0.05 | 254.26 | 0.89 | 0.56 |
| Hex | 59 | 29 | F3 | 3F | 53 | 0 | 5 | FE | 59 | 38 |
| Octal | 131 | 51 | 363 | 77 | 123 | 0 | 5 | 376 | 131 | 70 |
| Binary | 1011001 | 101001 | 11110011 | 111111 | 1010011 | 0 | 101 | 11111110 | 1011001 | 111000 |
Color Harmonies of #5929F3
Complementary color
Monochromatic Colors of #5929F3
Black with #5929F3
Text Example
Text Example
White with #5929F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5929F3; }
p { color: rgb(89,41,243); }
H1.HeaderClassName
{
color: #5929F3;
}
.AnyTagClassName
{
color: #5929F3;
}
</style>
background-color css
<style>
a { background-color: #5929F3; }
a { background-color: rgb(89,41,243); }
div.DivClassName
{
background-color: #5929F3;
}
.BgClassName
{
background-color: #5929F3;
}
</style>
border-color css
<style>
span { border-color: #5929F3; }
span { border-color: rgb(89,41,243); }
td.TdClassName
{
border-color: #5929F3;
}
.TagClassName
{
border-color: #5929F3;
}
</style>