Shades of Han Purple #651EEE
Tints of Han Purple #651EEE
RGB
CMYK
RGB Variations
Color information
#651EEE (or 0x651EEE) is known color: Han Purple. HEX triplet: 65, 1E and EE. RGB value is (101,30,238). Sum of RGB (Red+Green+Blue) = 101+30+238=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #651EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651EEE is #9AE111. Grayscale: #4A4A4A. Windows color (decimal): -10150162 or 15605349. OLE color: 15605349.
HSL color Cylindrical-coordinate representation of color #651EEE: hue angle of 260.48º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651EEE is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 30 | 238 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.07 |
| HSL | 260.48º | 0.86% | 0.53% | - |
| HSV(B) | 260.48º | 0.87% | 0.93% | - |
| XYZ | 21.26 | 9.87 | 81.67 | - |
| YUV | 74.94 | 220.02 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 238 | 0.58 | 0.87 | 0 | 0.07 | 260.48 | 0.86 | 0.53 |
| Hex | 65 | 1E | EE | 3A | 57 | 0 | 7 | 104 | 56 | 35 |
| Octal | 145 | 36 | 356 | 72 | 127 | 0 | 7 | 404 | 126 | 65 |
| Binary | 1100101 | 11110 | 11101110 | 111010 | 1010111 | 0 | 111 | 100000100 | 1010110 | 110101 |
Color Harmonies of #651EEE
Complementary color
Monochromatic Colors of #651EEE
Black with #651EEE
Text Example
Text Example
White with #651EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EEE; }
p { color: rgb(101,30,238); }
H1.HeaderClassName
{
color: #651EEE;
}
.AnyTagClassName
{
color: #651EEE;
}
</style>
background-color css
<style>
a { background-color: #651EEE; }
a { background-color: rgb(101,30,238); }
div.DivClassName
{
background-color: #651EEE;
}
.BgClassName
{
background-color: #651EEE;
}
</style>
border-color css
<style>
span { border-color: #651EEE; }
span { border-color: rgb(101,30,238); }
td.TdClassName
{
border-color: #651EEE;
}
.TagClassName
{
border-color: #651EEE;
}
</style>