Shades of Han Purple #652FFC
Tints of Han Purple #652FFC
RGB
CMYK
RGB Variations
Color information
#652FFC (or 0x652FFC) is known color: Han Purple. HEX triplet: 65, 2F and FC. RGB value is (101,47,252). Sum of RGB (Red+Green+Blue) = 101+47+252=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #652FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652FFC is #9AD003. Grayscale: #555555. Windows color (decimal): -10145796 or 16527205. OLE color: 16527205.
HSL color Cylindrical-coordinate representation of color #652FFC: hue angle of 255.8º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652FFC is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 47 | 252 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.01 |
| HSL | 255.8º | 0.97% | 0.59% | - |
| HSV(B) | 255.8º | 0.81% | 0.99% | - |
| XYZ | 23.95 | 11.83 | 93.12 | - |
| YUV | 86.52 | 221.39 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 252 | 0.60 | 0.81 | 0 | 0.01 | 255.8 | 0.97 | 0.59 |
| Hex | 65 | 2F | FC | 3C | 51 | 0 | 1 | 100 | 61 | 3B |
| Octal | 145 | 57 | 374 | 74 | 121 | 0 | 1 | 400 | 141 | 73 |
| Binary | 1100101 | 101111 | 11111100 | 111100 | 1010001 | 0 | 1 | 100000000 | 1100001 | 111011 |
Color Harmonies of #652FFC
Complementary color
Monochromatic Colors of #652FFC
Black with #652FFC
Text Example
Text Example
White with #652FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FFC; }
p { color: rgb(101,47,252); }
H1.HeaderClassName
{
color: #652FFC;
}
.AnyTagClassName
{
color: #652FFC;
}
</style>
background-color css
<style>
a { background-color: #652FFC; }
a { background-color: rgb(101,47,252); }
div.DivClassName
{
background-color: #652FFC;
}
.BgClassName
{
background-color: #652FFC;
}
</style>
border-color css
<style>
span { border-color: #652FFC; }
span { border-color: rgb(101,47,252); }
td.TdClassName
{
border-color: #652FFC;
}
.TagClassName
{
border-color: #652FFC;
}
</style>