Shades of Han Purple #622CFF
Tints of Han Purple #622CFF
RGB
CMYK
RGB Variations
Color information
#622CFF (or 0x622CFF) is known color: Han Purple. HEX triplet: 62, 2C and FF. RGB value is (98,44,255). Sum of RGB (Red+Green+Blue) = 98+44+255=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #622CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622CFF is #9DD300. Grayscale: #535353. Windows color (decimal): -10343169 or 16723042. OLE color: 16723042.
HSL color Cylindrical-coordinate representation of color #622CFF: hue angle of 255.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #622CFF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 44 | 255 | - |
| CMYK | 0.62 | 0.83 | 0 | 0 |
| HSL | 255.36º | 1% | 0.59% | - |
| HSV(B) | 255.36º | 0.83% | 1% | - |
| XYZ | 23.99 | 11.62 | 95.59 | - |
| YUV | 84.2 | 224.39 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 255 | 0.62 | 0.83 | 0 | 0 | 255.36 | 1 | 0.59 |
| Hex | 62 | 2C | FF | 3E | 53 | 0 | 0 | FF | 64 | 3B |
| Octal | 142 | 54 | 377 | 76 | 123 | 0 | 0 | 377 | 144 | 73 |
| Binary | 1100010 | 101100 | 11111111 | 111110 | 1010011 | 0 | 0 | 11111111 | 1100100 | 111011 |
Color Harmonies of #622CFF
Complementary color
Monochromatic Colors of #622CFF
Black with #622CFF
Text Example
Text Example
White with #622CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CFF; }
p { color: rgb(98,44,255); }
H1.HeaderClassName
{
color: #622CFF;
}
.AnyTagClassName
{
color: #622CFF;
}
</style>
background-color css
<style>
a { background-color: #622CFF; }
a { background-color: rgb(98,44,255); }
div.DivClassName
{
background-color: #622CFF;
}
.BgClassName
{
background-color: #622CFF;
}
</style>
border-color css
<style>
span { border-color: #622CFF; }
span { border-color: rgb(98,44,255); }
td.TdClassName
{
border-color: #622CFF;
}
.TagClassName
{
border-color: #622CFF;
}
</style>