Shades of Han Purple #652CF3
Tints of Han Purple #652CF3
RGB
CMYK
RGB Variations
Color information
#652CF3 (or 0x652CF3) is known color: Han Purple. HEX triplet: 65, 2C and F3. RGB value is (101,44,243). Sum of RGB (Red+Green+Blue) = 101+44+243=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 243 (95.31% from 255 or 62.63% from 388); Max value from RGB is 243 - color contains mainly: blue. Hex color #652CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652CF3 is #9AD30C. Grayscale: #525252. Windows color (decimal): -10146573 or 15936613. OLE color: 15936613.
HSL color Cylindrical-coordinate representation of color #652CF3: hue angle of 257.19º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652CF3 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 44 | 243 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.05 |
| HSL | 257.19º | 0.89% | 0.56% | - |
| HSV(B) | 257.19º | 0.82% | 0.95% | - |
| XYZ | 22.45 | 11.04 | 85.74 | - |
| YUV | 83.73 | 217.88 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 243 | 0.58 | 0.82 | 0 | 0.05 | 257.19 | 0.89 | 0.56 |
| Hex | 65 | 2C | F3 | 3A | 52 | 0 | 5 | 101 | 59 | 38 |
| Octal | 145 | 54 | 363 | 72 | 122 | 0 | 5 | 401 | 131 | 70 |
| Binary | 1100101 | 101100 | 11110011 | 111010 | 1010010 | 0 | 101 | 100000001 | 1011001 | 111000 |
Color Harmonies of #652CF3
Complementary color
Monochromatic Colors of #652CF3
Black with #652CF3
Text Example
Text Example
White with #652CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CF3; }
p { color: rgb(101,44,243); }
H1.HeaderClassName
{
color: #652CF3;
}
.AnyTagClassName
{
color: #652CF3;
}
</style>
background-color css
<style>
a { background-color: #652CF3; }
a { background-color: rgb(101,44,243); }
div.DivClassName
{
background-color: #652CF3;
}
.BgClassName
{
background-color: #652CF3;
}
</style>
border-color css
<style>
span { border-color: #652CF3; }
span { border-color: rgb(101,44,243); }
td.TdClassName
{
border-color: #652CF3;
}
.TagClassName
{
border-color: #652CF3;
}
</style>