Shades of Han Purple #621CEB
Tints of Han Purple #621CEB
RGB
CMYK
RGB Variations
Color information
#621CEB (or 0x621CEB) is known color: Han Purple. HEX triplet: 62, 1C and EB. RGB value is (98,28,235). Sum of RGB (Red+Green+Blue) = 98+28+235=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #621CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621CEB is #9DE314. Grayscale: #474747. Windows color (decimal): -10347285 or 15408226. OLE color: 15408226.
HSL color Cylindrical-coordinate representation of color #621CEB: hue angle of 260.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621CEB is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 28 | 235 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.08 |
| HSL | 260.29º | 0.84% | 0.52% | - |
| HSV(B) | 260.29º | 0.88% | 0.92% | - |
| XYZ | 20.45 | 9.43 | 79.34 | - |
| YUV | 72.53 | 219.69 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 235 | 0.58 | 0.88 | 0 | 0.08 | 260.29 | 0.84 | 0.52 |
| Hex | 62 | 1C | EB | 3A | 58 | 0 | 8 | 104 | 54 | 34 |
| Octal | 142 | 34 | 353 | 72 | 130 | 0 | 10 | 404 | 124 | 64 |
| Binary | 1100010 | 11100 | 11101011 | 111010 | 1011000 | 0 | 1000 | 100000100 | 1010100 | 110100 |
Color Harmonies of #621CEB
Complementary color
Monochromatic Colors of #621CEB
Black with #621CEB
Text Example
Text Example
White with #621CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621CEB; }
p { color: rgb(98,28,235); }
H1.HeaderClassName
{
color: #621CEB;
}
.AnyTagClassName
{
color: #621CEB;
}
</style>
background-color css
<style>
a { background-color: #621CEB; }
a { background-color: rgb(98,28,235); }
div.DivClassName
{
background-color: #621CEB;
}
.BgClassName
{
background-color: #621CEB;
}
</style>
border-color css
<style>
span { border-color: #621CEB; }
span { border-color: rgb(98,28,235); }
td.TdClassName
{
border-color: #621CEB;
}
.TagClassName
{
border-color: #621CEB;
}
</style>