Shades of Han Purple #652FEE
Tints of Han Purple #652FEE
RGB
CMYK
RGB Variations
Color information
#652FEE (or 0x652FEE) is known color: Han Purple. HEX triplet: 65, 2F and EE. RGB value is (101,47,238). Sum of RGB (Red+Green+Blue) = 101+47+238=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #652FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652FEE is #9AD011. Grayscale: #545454. Windows color (decimal): -10145810 or 15609701. OLE color: 15609701.
HSL color Cylindrical-coordinate representation of color #652FEE: hue angle of 256.96º 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 #652FEE is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 47 | 238 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.07 |
| HSL | 256.96º | 0.85% | 0.56% | - |
| HSV(B) | 256.96º | 0.8% | 0.93% | - |
| XYZ | 21.82 | 10.97 | 81.86 | - |
| YUV | 84.92 | 214.39 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 238 | 0.58 | 0.80 | 0 | 0.07 | 256.96 | 0.85 | 0.56 |
| Hex | 65 | 2F | EE | 3A | 50 | 0 | 7 | 101 | 55 | 38 |
| Octal | 145 | 57 | 356 | 72 | 120 | 0 | 7 | 401 | 125 | 70 |
| Binary | 1100101 | 101111 | 11101110 | 111010 | 1010000 | 0 | 111 | 100000001 | 1010101 | 111000 |
Color Harmonies of #652FEE
Complementary color
Monochromatic Colors of #652FEE
Black with #652FEE
Text Example
Text Example
White with #652FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FEE; }
p { color: rgb(101,47,238); }
H1.HeaderClassName
{
color: #652FEE;
}
.AnyTagClassName
{
color: #652FEE;
}
</style>
background-color css
<style>
a { background-color: #652FEE; }
a { background-color: rgb(101,47,238); }
div.DivClassName
{
background-color: #652FEE;
}
.BgClassName
{
background-color: #652FEE;
}
</style>
border-color css
<style>
span { border-color: #652FEE; }
span { border-color: rgb(101,47,238); }
td.TdClassName
{
border-color: #652FEE;
}
.TagClassName
{
border-color: #652FEE;
}
</style>