Shades of Han Purple #622BED
Tints of Han Purple #622BED
RGB
CMYK
RGB Variations
Color information
#622BED (or 0x622BED) is known color: Han Purple. HEX triplet: 62, 2B and ED. RGB value is (98,43,237). Sum of RGB (Red+Green+Blue) = 98+43+237=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #622BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622BED is #9DD412. Grayscale: #505050. Windows color (decimal): -10343443 or 15543138. OLE color: 15543138.
HSL color Cylindrical-coordinate representation of color #622BED: hue angle of 257.01º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622BED is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 43 | 237 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.07 |
| HSL | 257.01º | 0.84% | 0.55% | - |
| HSV(B) | 257.01º | 0.82% | 0.93% | - |
| XYZ | 21.19 | 10.44 | 81.02 | - |
| YUV | 81.56 | 215.72 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 237 | 0.59 | 0.82 | 0 | 0.07 | 257.01 | 0.84 | 0.55 |
| Hex | 62 | 2B | ED | 3B | 52 | 0 | 7 | 101 | 54 | 37 |
| Octal | 142 | 53 | 355 | 73 | 122 | 0 | 7 | 401 | 124 | 67 |
| Binary | 1100010 | 101011 | 11101101 | 111011 | 1010010 | 0 | 111 | 100000001 | 1010100 | 110111 |
Color Harmonies of #622BED
Complementary color
Monochromatic Colors of #622BED
Black with #622BED
Text Example
Text Example
White with #622BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BED; }
p { color: rgb(98,43,237); }
H1.HeaderClassName
{
color: #622BED;
}
.AnyTagClassName
{
color: #622BED;
}
</style>
background-color css
<style>
a { background-color: #622BED; }
a { background-color: rgb(98,43,237); }
div.DivClassName
{
background-color: #622BED;
}
.BgClassName
{
background-color: #622BED;
}
</style>
border-color css
<style>
span { border-color: #622BED; }
span { border-color: rgb(98,43,237); }
td.TdClassName
{
border-color: #622BED;
}
.TagClassName
{
border-color: #622BED;
}
</style>