Shades of Han Purple #622CFC
Tints of Han Purple #622CFC
RGB
CMYK
RGB Variations
Color information
#622CFC (or 0x622CFC) is known color: Han Purple. HEX triplet: 62, 2C and FC. RGB value is (98,44,252). Sum of RGB (Red+Green+Blue) = 98+44+252=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #622CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622CFC is #9DD303. Grayscale: #535353. Windows color (decimal): -10343172 or 16526434. OLE color: 16526434.
HSL color Cylindrical-coordinate representation of color #622CFC: hue angle of 255.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #622CFC is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 44 | 252 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.01 |
| HSL | 255.58º | 0.97% | 0.58% | - |
| HSV(B) | 255.58º | 0.83% | 0.99% | - |
| XYZ | 23.51 | 11.43 | 93.06 | - |
| YUV | 83.86 | 222.89 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 252 | 0.61 | 0.83 | 0 | 0.01 | 255.58 | 0.97 | 0.58 |
| Hex | 62 | 2C | FC | 3D | 53 | 0 | 1 | 100 | 61 | 3A |
| Octal | 142 | 54 | 374 | 75 | 123 | 0 | 1 | 400 | 141 | 72 |
| Binary | 1100010 | 101100 | 11111100 | 111101 | 1010011 | 0 | 1 | 100000000 | 1100001 | 111010 |
Color Harmonies of #622CFC
Complementary color
Monochromatic Colors of #622CFC
Black with #622CFC
Text Example
Text Example
White with #622CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CFC; }
p { color: rgb(98,44,252); }
H1.HeaderClassName
{
color: #622CFC;
}
.AnyTagClassName
{
color: #622CFC;
}
</style>
background-color css
<style>
a { background-color: #622CFC; }
a { background-color: rgb(98,44,252); }
div.DivClassName
{
background-color: #622CFC;
}
.BgClassName
{
background-color: #622CFC;
}
</style>
border-color css
<style>
span { border-color: #622CFC; }
span { border-color: rgb(98,44,252); }
td.TdClassName
{
border-color: #622CFC;
}
.TagClassName
{
border-color: #622CFC;
}
</style>