Shades of Han Purple #6530EB
Tints of Han Purple #6530EB
RGB
CMYK
RGB Variations
Color information
#6530EB (or 0x6530EB) is known color: Han Purple. HEX triplet: 65, 30 and EB. RGB value is (101,48,235). Sum of RGB (Red+Green+Blue) = 101+48+235=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #6530EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6530EB is #9ACF14. Grayscale: #545454. Windows color (decimal): -10145557 or 15413349. OLE color: 15413349.
HSL color Cylindrical-coordinate representation of color #6530EB: hue angle of 257.01º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6530EB is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 48 | 235 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.08 |
| HSL | 257.01º | 0.82% | 0.55% | - |
| HSV(B) | 257.01º | 0.8% | 0.92% | - |
| XYZ | 21.42 | 10.88 | 79.57 | - |
| YUV | 85.17 | 212.56 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 235 | 0.57 | 0.80 | 0 | 0.08 | 257.01 | 0.82 | 0.55 |
| Hex | 65 | 30 | EB | 39 | 50 | 0 | 8 | 101 | 52 | 37 |
| Octal | 145 | 60 | 353 | 71 | 120 | 0 | 10 | 401 | 122 | 67 |
| Binary | 1100101 | 110000 | 11101011 | 111001 | 1010000 | 0 | 1000 | 100000001 | 1010010 | 110111 |
Color Harmonies of #6530EB
Complementary color
Monochromatic Colors of #6530EB
Black with #6530EB
Text Example
Text Example
White with #6530EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6530EB; }
p { color: rgb(101,48,235); }
H1.HeaderClassName
{
color: #6530EB;
}
.AnyTagClassName
{
color: #6530EB;
}
</style>
background-color css
<style>
a { background-color: #6530EB; }
a { background-color: rgb(101,48,235); }
div.DivClassName
{
background-color: #6530EB;
}
.BgClassName
{
background-color: #6530EB;
}
</style>
border-color css
<style>
span { border-color: #6530EB; }
span { border-color: rgb(101,48,235); }
td.TdClassName
{
border-color: #6530EB;
}
.TagClassName
{
border-color: #6530EB;
}
</style>