Shades of Han Purple #5307FD
Tints of Han Purple #5307FD
RGB
CMYK
RGB Variations
Color information
#5307FD (or 0x5307FD) is known color: Han Purple. HEX triplet: 53, 07 and FD. RGB value is (83,7,253). Sum of RGB (Red+Green+Blue) = 83+7+253=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #5307FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5307FD is #ACF802. Grayscale: #383838. Windows color (decimal): -11335683 or 16582483. OLE color: 16582483.
HSL color Cylindrical-coordinate representation of color #5307FD: hue angle of 258.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5307FD is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 7 | 253 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.01 |
| HSL | 258.54º | 0.98% | 0.51% | - |
| HSV(B) | 258.54º | 0.97% | 0.99% | - |
| XYZ | 21.37 | 9.08 | 93.56 | - |
| YUV | 57.77 | 238.18 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 253 | 0.67 | 0.97 | 0 | 0.01 | 258.54 | 0.98 | 0.51 |
| Hex | 53 | 7 | FD | 43 | 61 | 0 | 1 | 103 | 62 | 33 |
| Octal | 123 | 7 | 375 | 103 | 141 | 0 | 1 | 403 | 142 | 63 |
| Binary | 1010011 | 111 | 11111101 | 1000011 | 1100001 | 0 | 1 | 100000011 | 1100010 | 110011 |
Color Harmonies of #5307FD
Complementary color
Monochromatic Colors of #5307FD
Black with #5307FD
Text Example
Text Example
White with #5307FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5307FD; }
p { color: rgb(83,7,253); }
H1.HeaderClassName
{
color: #5307FD;
}
.AnyTagClassName
{
color: #5307FD;
}
</style>
background-color css
<style>
a { background-color: #5307FD; }
a { background-color: rgb(83,7,253); }
div.DivClassName
{
background-color: #5307FD;
}
.BgClassName
{
background-color: #5307FD;
}
</style>
border-color css
<style>
span { border-color: #5307FD; }
span { border-color: rgb(83,7,253); }
td.TdClassName
{
border-color: #5307FD;
}
.TagClassName
{
border-color: #5307FD;
}
</style>