Shades of Han Purple #530BEE
Tints of Han Purple #530BEE
RGB
CMYK
RGB Variations
Color information
#530BEE (or 0x530BEE) is known color: Han Purple. HEX triplet: 53, 0B and EE. RGB value is (83,11,238). Sum of RGB (Red+Green+Blue) = 83+11+238=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #530BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530BEE is #ACF411. Grayscale: #393939. Windows color (decimal): -11334674 or 15600467. OLE color: 15600467.
HSL color Cylindrical-coordinate representation of color #530BEE: hue angle of 259.03º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530BEE is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 11 | 238 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.07 |
| HSL | 259.03º | 0.91% | 0.49% | - |
| HSV(B) | 259.03º | 0.95% | 0.93% | - |
| XYZ | 19.12 | 8.25 | 81.47 | - |
| YUV | 58.41 | 229.35 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 238 | 0.65 | 0.95 | 0 | 0.07 | 259.03 | 0.91 | 0.49 |
| Hex | 53 | B | EE | 41 | 5F | 0 | 7 | 103 | 5B | 31 |
| Octal | 123 | 13 | 356 | 101 | 137 | 0 | 7 | 403 | 133 | 61 |
| Binary | 1010011 | 1011 | 11101110 | 1000001 | 1011111 | 0 | 111 | 100000011 | 1011011 | 110001 |
Color Harmonies of #530BEE
Complementary color
Monochromatic Colors of #530BEE
Black with #530BEE
Text Example
Text Example
White with #530BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530BEE; }
p { color: rgb(83,11,238); }
H1.HeaderClassName
{
color: #530BEE;
}
.AnyTagClassName
{
color: #530BEE;
}
</style>
background-color css
<style>
a { background-color: #530BEE; }
a { background-color: rgb(83,11,238); }
div.DivClassName
{
background-color: #530BEE;
}
.BgClassName
{
background-color: #530BEE;
}
</style>
border-color css
<style>
span { border-color: #530BEE; }
span { border-color: rgb(83,11,238); }
td.TdClassName
{
border-color: #530BEE;
}
.TagClassName
{
border-color: #530BEE;
}
</style>