Shades of Han Purple #622DEB
Tints of Han Purple #622DEB
RGB
CMYK
RGB Variations
Color information
#622DEB (or 0x622DEB) is known color: Han Purple. HEX triplet: 62, 2D and EB. RGB value is (98,45,235). Sum of RGB (Red+Green+Blue) = 98+45+235=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #622DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622DEB is #9DD214. Grayscale: #515151. Windows color (decimal): -10342933 or 15412578. OLE color: 15412578.
HSL color Cylindrical-coordinate representation of color #622DEB: hue angle of 256.74º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #622DEB is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 45 | 235 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.08 |
| HSL | 256.74º | 0.83% | 0.55% | - |
| HSV(B) | 256.74º | 0.81% | 0.92% | - |
| XYZ | 20.97 | 10.47 | 79.51 | - |
| YUV | 82.51 | 214.06 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 235 | 0.58 | 0.81 | 0 | 0.08 | 256.74 | 0.83 | 0.55 |
| Hex | 62 | 2D | EB | 3A | 51 | 0 | 8 | 101 | 53 | 37 |
| Octal | 142 | 55 | 353 | 72 | 121 | 0 | 10 | 401 | 123 | 67 |
| Binary | 1100010 | 101101 | 11101011 | 111010 | 1010001 | 0 | 1000 | 100000001 | 1010011 | 110111 |
Color Harmonies of #622DEB
Complementary color
Monochromatic Colors of #622DEB
Black with #622DEB
Text Example
Text Example
White with #622DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DEB; }
p { color: rgb(98,45,235); }
H1.HeaderClassName
{
color: #622DEB;
}
.AnyTagClassName
{
color: #622DEB;
}
</style>
background-color css
<style>
a { background-color: #622DEB; }
a { background-color: rgb(98,45,235); }
div.DivClassName
{
background-color: #622DEB;
}
.BgClassName
{
background-color: #622DEB;
}
</style>
border-color css
<style>
span { border-color: #622DEB; }
span { border-color: rgb(98,45,235); }
td.TdClassName
{
border-color: #622DEB;
}
.TagClassName
{
border-color: #622DEB;
}
</style>