Shades of Han Purple #622DEF
Tints of Han Purple #622DEF
RGB
CMYK
RGB Variations
Color information
#622DEF (or 0x622DEF) is known color: Han Purple. HEX triplet: 62, 2D and EF. RGB value is (98,45,239). Sum of RGB (Red+Green+Blue) = 98+45+239=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #622DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622DEF is #9DD210. Grayscale: #525252. Windows color (decimal): -10342929 or 15674722. OLE color: 15674722.
HSL color Cylindrical-coordinate representation of color #622DEF: hue angle of 256.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #622DEF is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 45 | 239 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.06 |
| HSL | 256.39º | 0.86% | 0.56% | - |
| HSV(B) | 256.39º | 0.81% | 0.94% | - |
| XYZ | 21.56 | 10.71 | 82.59 | - |
| YUV | 82.96 | 216.06 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 239 | 0.59 | 0.81 | 0 | 0.06 | 256.39 | 0.86 | 0.56 |
| Hex | 62 | 2D | EF | 3B | 51 | 0 | 6 | 100 | 56 | 38 |
| Octal | 142 | 55 | 357 | 73 | 121 | 0 | 6 | 400 | 126 | 70 |
| Binary | 1100010 | 101101 | 11101111 | 111011 | 1010001 | 0 | 110 | 100000000 | 1010110 | 111000 |
Color Harmonies of #622DEF
Complementary color
Monochromatic Colors of #622DEF
Black with #622DEF
Text Example
Text Example
White with #622DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DEF; }
p { color: rgb(98,45,239); }
H1.HeaderClassName
{
color: #622DEF;
}
.AnyTagClassName
{
color: #622DEF;
}
</style>
background-color css
<style>
a { background-color: #622DEF; }
a { background-color: rgb(98,45,239); }
div.DivClassName
{
background-color: #622DEF;
}
.BgClassName
{
background-color: #622DEF;
}
</style>
border-color css
<style>
span { border-color: #622DEF; }
span { border-color: rgb(98,45,239); }
td.TdClassName
{
border-color: #622DEF;
}
.TagClassName
{
border-color: #622DEF;
}
</style>