Shades of Han Purple #5330DF
Tints of Han Purple #5330DF
RGB
CMYK
RGB Variations
Color information
#5330DF (or 0x5330DF) is known color: Han Purple. HEX triplet: 53, 30 and DF. RGB value is (83,48,223). Sum of RGB (Red+Green+Blue) = 83+48+223=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #5330DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5330DF is #ACCF20. Grayscale: #4D4D4D. Windows color (decimal): -11325217 or 14626899. OLE color: 14626899.
HSL color Cylindrical-coordinate representation of color #5330DF: hue angle of 252º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5330DF is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 48 | 223 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.13 |
| HSL | 252º | 0.73% | 0.53% | - |
| HSV(B) | 252º | 0.78% | 0.87% | - |
| XYZ | 17.94 | 9.28 | 70.66 | - |
| YUV | 78.42 | 209.6 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 223 | 0.63 | 0.78 | 0 | 0.13 | 252 | 0.73 | 0.53 |
| Hex | 53 | 30 | DF | 3F | 4E | 0 | D | FC | 49 | 35 |
| Octal | 123 | 60 | 337 | 77 | 116 | 0 | 15 | 374 | 111 | 65 |
| Binary | 1010011 | 110000 | 11011111 | 111111 | 1001110 | 0 | 1101 | 11111100 | 1001001 | 110101 |
Color Harmonies of #5330DF
Complementary color
Monochromatic Colors of #5330DF
Black with #5330DF
Text Example
Text Example
White with #5330DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330DF; }
p { color: rgb(83,48,223); }
H1.HeaderClassName
{
color: #5330DF;
}
.AnyTagClassName
{
color: #5330DF;
}
</style>
background-color css
<style>
a { background-color: #5330DF; }
a { background-color: rgb(83,48,223); }
div.DivClassName
{
background-color: #5330DF;
}
.BgClassName
{
background-color: #5330DF;
}
</style>
border-color css
<style>
span { border-color: #5330DF; }
span { border-color: rgb(83,48,223); }
td.TdClassName
{
border-color: #5330DF;
}
.TagClassName
{
border-color: #5330DF;
}
</style>