Shades of Han Purple #6530EE
Tints of Han Purple #6530EE
RGB
CMYK
RGB Variations
Color information
#6530EE (or 0x6530EE) is known color: Han Purple. HEX triplet: 65, 30 and EE. RGB value is (101,48,238). Sum of RGB (Red+Green+Blue) = 101+48+238=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #6530EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6530EE is #9ACF11. Grayscale: #545454. Windows color (decimal): -10145554 or 15609957. OLE color: 15609957.
HSL color Cylindrical-coordinate representation of color #6530EE: hue angle of 256.74º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6530EE is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 48 | 238 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.07 |
| HSL | 256.74º | 0.85% | 0.56% | - |
| HSV(B) | 256.74º | 0.8% | 0.93% | - |
| XYZ | 21.86 | 11.05 | 81.87 | - |
| YUV | 85.51 | 214.06 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 238 | 0.58 | 0.80 | 0 | 0.07 | 256.74 | 0.85 | 0.56 |
| Hex | 65 | 30 | EE | 3A | 50 | 0 | 7 | 101 | 55 | 38 |
| Octal | 145 | 60 | 356 | 72 | 120 | 0 | 7 | 401 | 125 | 70 |
| Binary | 1100101 | 110000 | 11101110 | 111010 | 1010000 | 0 | 111 | 100000001 | 1010101 | 111000 |
Color Harmonies of #6530EE
Complementary color
Monochromatic Colors of #6530EE
Black with #6530EE
Text Example
Text Example
White with #6530EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6530EE; }
p { color: rgb(101,48,238); }
H1.HeaderClassName
{
color: #6530EE;
}
.AnyTagClassName
{
color: #6530EE;
}
</style>
background-color css
<style>
a { background-color: #6530EE; }
a { background-color: rgb(101,48,238); }
div.DivClassName
{
background-color: #6530EE;
}
.BgClassName
{
background-color: #6530EE;
}
</style>
border-color css
<style>
span { border-color: #6530EE; }
span { border-color: rgb(101,48,238); }
td.TdClassName
{
border-color: #6530EE;
}
.TagClassName
{
border-color: #6530EE;
}
</style>