Shades of Han Purple #5300DC
Tints of Han Purple #5300DC
RGB
CMYK
RGB Variations
Color information
#5300DC (or 0x5300DC) is known color: Han Purple. HEX triplet: 53, 00 and DC. RGB value is (83,0,220). Sum of RGB (Red+Green+Blue) = 83+0+220=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #5300DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5300DC is #ACFF23. Grayscale: #313131. Windows color (decimal): -11337508 or 14418003. OLE color: 14418003.
HSL color Cylindrical-coordinate representation of color #5300DC: hue angle of 262.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300DC is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 0 | 220 | - |
| CMYK | 0.62 | 1 | 0 | 0.14 |
| HSL | 262.64º | 1% | 0.43% | - |
| HSV(B) | 262.64º | 1% | 0.86% | - |
| XYZ | 16.49 | 7.01 | 68.19 | - |
| YUV | 49.9 | 224 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 220 | 0.62 | 1 | 0 | 0.14 | 262.64 | 1 | 0.43 |
| Hex | 53 | 0 | DC | 3E | 64 | 0 | E | 107 | 64 | 2B |
| Octal | 123 | 0 | 334 | 76 | 144 | 0 | 16 | 407 | 144 | 53 |
| Binary | 1010011 | 0 | 11011100 | 111110 | 1100100 | 0 | 1110 | 100000111 | 1100100 | 101011 |
Color Harmonies of #5300DC
Complementary color
Monochromatic Colors of #5300DC
Black with #5300DC
Text Example
Text Example
White with #5300DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300DC; }
p { color: rgb(83,0,220); }
H1.HeaderClassName
{
color: #5300DC;
}
.AnyTagClassName
{
color: #5300DC;
}
</style>
background-color css
<style>
a { background-color: #5300DC; }
a { background-color: rgb(83,0,220); }
div.DivClassName
{
background-color: #5300DC;
}
.BgClassName
{
background-color: #5300DC;
}
</style>
border-color css
<style>
span { border-color: #5300DC; }
span { border-color: rgb(83,0,220); }
td.TdClassName
{
border-color: #5300DC;
}
.TagClassName
{
border-color: #5300DC;
}
</style>