Shades of Han Purple #652EFC
Tints of Han Purple #652EFC
RGB
CMYK
RGB Variations
Color information
#652EFC (or 0x652EFC) is known color: Han Purple. HEX triplet: 65, 2E and FC. RGB value is (101,46,252). Sum of RGB (Red+Green+Blue) = 101+46+252=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #652EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652EFC is #9AD103. Grayscale: #555555. Windows color (decimal): -10146052 or 16526949. OLE color: 16526949.
HSL color Cylindrical-coordinate representation of color #652EFC: hue angle of 256.02º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652EFC is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 46 | 252 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.01 |
| HSL | 256.02º | 0.97% | 0.58% | - |
| HSV(B) | 256.02º | 0.82% | 0.99% | - |
| XYZ | 23.91 | 11.75 | 93.1 | - |
| YUV | 85.93 | 221.72 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 252 | 0.60 | 0.82 | 0 | 0.01 | 256.02 | 0.97 | 0.58 |
| Hex | 65 | 2E | FC | 3C | 52 | 0 | 1 | 100 | 61 | 3A |
| Octal | 145 | 56 | 374 | 74 | 122 | 0 | 1 | 400 | 141 | 72 |
| Binary | 1100101 | 101110 | 11111100 | 111100 | 1010010 | 0 | 1 | 100000000 | 1100001 | 111010 |
Color Harmonies of #652EFC
Complementary color
Monochromatic Colors of #652EFC
Black with #652EFC
Text Example
Text Example
White with #652EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652EFC; }
p { color: rgb(101,46,252); }
H1.HeaderClassName
{
color: #652EFC;
}
.AnyTagClassName
{
color: #652EFC;
}
</style>
background-color css
<style>
a { background-color: #652EFC; }
a { background-color: rgb(101,46,252); }
div.DivClassName
{
background-color: #652EFC;
}
.BgClassName
{
background-color: #652EFC;
}
</style>
border-color css
<style>
span { border-color: #652EFC; }
span { border-color: rgb(101,46,252); }
td.TdClassName
{
border-color: #652EFC;
}
.TagClassName
{
border-color: #652EFC;
}
</style>