Shades of Han Purple #530CFE
Tints of Han Purple #530CFE
RGB
CMYK
RGB Variations
Color information
#530CFE (or 0x530CFE) is known color: Han Purple. HEX triplet: 53, 0C and FE. RGB value is (83,12,254). Sum of RGB (Red+Green+Blue) = 83+12+254=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #530CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530CFE is #ACF301. Grayscale: #3B3B3B. Windows color (decimal): -11334402 or 16649299. OLE color: 16649299.
HSL color Cylindrical-coordinate representation of color #530CFE: hue angle of 257.6º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530CFE is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 12 | 254 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.00 |
| HSL | 257.6º | 0.99% | 0.52% | - |
| HSV(B) | 257.6º | 0.95% | 1% | - |
| XYZ | 21.59 | 9.26 | 94.42 | - |
| YUV | 60.82 | 237.02 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 254 | 0.67 | 0.95 | 0 | 0.00 | 257.6 | 0.99 | 0.52 |
| Hex | 53 | C | FE | 43 | 5F | 0 | 0 | 102 | 63 | 34 |
| Octal | 123 | 14 | 376 | 103 | 137 | 0 | 0 | 402 | 143 | 64 |
| Binary | 1010011 | 1100 | 11111110 | 1000011 | 1011111 | 0 | 0 | 100000010 | 1100011 | 110100 |
Color Harmonies of #530CFE
Complementary color
Monochromatic Colors of #530CFE
Black with #530CFE
Text Example
Text Example
White with #530CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530CFE; }
p { color: rgb(83,12,254); }
H1.HeaderClassName
{
color: #530CFE;
}
.AnyTagClassName
{
color: #530CFE;
}
</style>
background-color css
<style>
a { background-color: #530CFE; }
a { background-color: rgb(83,12,254); }
div.DivClassName
{
background-color: #530CFE;
}
.BgClassName
{
background-color: #530CFE;
}
</style>
border-color css
<style>
span { border-color: #530CFE; }
span { border-color: rgb(83,12,254); }
td.TdClassName
{
border-color: #530CFE;
}
.TagClassName
{
border-color: #530CFE;
}
</style>