Shades of Han Purple #651FFC
Tints of Han Purple #651FFC
RGB
CMYK
RGB Variations
Color information
#651FFC (or 0x651FFC) is known color: Han Purple. HEX triplet: 65, 1F and FC. RGB value is (101,31,252). Sum of RGB (Red+Green+Blue) = 101+31+252=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #651FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651FFC is #9AE003. Grayscale: #4C4C4C. Windows color (decimal): -10149892 or 16523109. OLE color: 16523109.
HSL color Cylindrical-coordinate representation of color #651FFC: hue angle of 259º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651FFC is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 31 | 252 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.01 |
| HSL | 259º | 0.97% | 0.55% | - |
| HSV(B) | 259º | 0.88% | 0.99% | - |
| XYZ | 23.43 | 10.77 | 92.94 | - |
| YUV | 77.12 | 226.69 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 252 | 0.60 | 0.88 | 0 | 0.01 | 259 | 0.97 | 0.55 |
| Hex | 65 | 1F | FC | 3C | 58 | 0 | 1 | 103 | 61 | 37 |
| Octal | 145 | 37 | 374 | 74 | 130 | 0 | 1 | 403 | 141 | 67 |
| Binary | 1100101 | 11111 | 11111100 | 111100 | 1011000 | 0 | 1 | 100000011 | 1100001 | 110111 |
Color Harmonies of #651FFC
Complementary color
Monochromatic Colors of #651FFC
Black with #651FFC
Text Example
Text Example
White with #651FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651FFC; }
p { color: rgb(101,31,252); }
H1.HeaderClassName
{
color: #651FFC;
}
.AnyTagClassName
{
color: #651FFC;
}
</style>
background-color css
<style>
a { background-color: #651FFC; }
a { background-color: rgb(101,31,252); }
div.DivClassName
{
background-color: #651FFC;
}
.BgClassName
{
background-color: #651FFC;
}
</style>
border-color css
<style>
span { border-color: #651FFC; }
span { border-color: rgb(101,31,252); }
td.TdClassName
{
border-color: #651FFC;
}
.TagClassName
{
border-color: #651FFC;
}
</style>