Shades of Han Purple #622FEA
Tints of Han Purple #622FEA
RGB
CMYK
RGB Variations
Color information
#622FEA (or 0x622FEA) is known color: Han Purple. HEX triplet: 62, 2F and EA. RGB value is (98,47,234). Sum of RGB (Red+Green+Blue) = 98+47+234=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #622FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622FEA is #9DD015. Grayscale: #525252. Windows color (decimal): -10342422 or 15347554. OLE color: 15347554.
HSL color Cylindrical-coordinate representation of color #622FEA: hue angle of 256.36º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #622FEA is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 47 | 234 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.08 |
| HSL | 256.36º | 0.82% | 0.55% | - |
| HSV(B) | 256.36º | 0.8% | 0.92% | - |
| XYZ | 20.9 | 10.57 | 78.78 | - |
| YUV | 83.57 | 212.9 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 234 | 0.58 | 0.80 | 0 | 0.08 | 256.36 | 0.82 | 0.55 |
| Hex | 62 | 2F | EA | 3A | 50 | 0 | 8 | 100 | 52 | 37 |
| Octal | 142 | 57 | 352 | 72 | 120 | 0 | 10 | 400 | 122 | 67 |
| Binary | 1100010 | 101111 | 11101010 | 111010 | 1010000 | 0 | 1000 | 100000000 | 1010010 | 110111 |
Color Harmonies of #622FEA
Complementary color
Monochromatic Colors of #622FEA
Black with #622FEA
Text Example
Text Example
White with #622FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622FEA; }
p { color: rgb(98,47,234); }
H1.HeaderClassName
{
color: #622FEA;
}
.AnyTagClassName
{
color: #622FEA;
}
</style>
background-color css
<style>
a { background-color: #622FEA; }
a { background-color: rgb(98,47,234); }
div.DivClassName
{
background-color: #622FEA;
}
.BgClassName
{
background-color: #622FEA;
}
</style>
border-color css
<style>
span { border-color: #622FEA; }
span { border-color: rgb(98,47,234); }
td.TdClassName
{
border-color: #622FEA;
}
.TagClassName
{
border-color: #622FEA;
}
</style>