Shades of Han Purple #530FEF
Tints of Han Purple #530FEF
RGB
CMYK
RGB Variations
Color information
#530FEF (or 0x530FEF) is known color: Han Purple. HEX triplet: 53, 0F and EF. RGB value is (83,15,239). Sum of RGB (Red+Green+Blue) = 83+15+239=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #530FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530FEF is #ACF010. Grayscale: #3C3C3C. Windows color (decimal): -11333649 or 15667027. OLE color: 15667027.
HSL color Cylindrical-coordinate representation of color #530FEF: hue angle of 258.21º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530FEF is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 15 | 239 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.06 |
| HSL | 258.21º | 0.88% | 0.5% | - |
| HSV(B) | 258.21º | 0.94% | 0.94% | - |
| XYZ | 19.32 | 8.41 | 82.27 | - |
| YUV | 60.87 | 228.53 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 239 | 0.65 | 0.94 | 0 | 0.06 | 258.21 | 0.88 | 0.5 |
| Hex | 53 | F | EF | 41 | 5E | 0 | 6 | 102 | 58 | 32 |
| Octal | 123 | 17 | 357 | 101 | 136 | 0 | 6 | 402 | 130 | 62 |
| Binary | 1010011 | 1111 | 11101111 | 1000001 | 1011110 | 0 | 110 | 100000010 | 1011000 | 110010 |
Color Harmonies of #530FEF
Complementary color
Monochromatic Colors of #530FEF
Black with #530FEF
Text Example
Text Example
White with #530FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530FEF; }
p { color: rgb(83,15,239); }
H1.HeaderClassName
{
color: #530FEF;
}
.AnyTagClassName
{
color: #530FEF;
}
</style>
background-color css
<style>
a { background-color: #530FEF; }
a { background-color: rgb(83,15,239); }
div.DivClassName
{
background-color: #530FEF;
}
.BgClassName
{
background-color: #530FEF;
}
</style>
border-color css
<style>
span { border-color: #530FEF; }
span { border-color: rgb(83,15,239); }
td.TdClassName
{
border-color: #530FEF;
}
.TagClassName
{
border-color: #530FEF;
}
</style>