Shades of Han Purple #622DFD
Tints of Han Purple #622DFD
RGB
CMYK
RGB Variations
Color information
#622DFD (or 0x622DFD) is known color: Han Purple. HEX triplet: 62, 2D and FD. RGB value is (98,45,253). Sum of RGB (Red+Green+Blue) = 98+45+253=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #622DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622DFD is #9DD202. Grayscale: #535353. Windows color (decimal): -10342915 or 16592226. OLE color: 16592226.
HSL color Cylindrical-coordinate representation of color #622DFD: hue angle of 255.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622DFD is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 45 | 253 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.01 |
| HSL | 255.29º | 0.98% | 0.58% | - |
| HSV(B) | 255.29º | 0.82% | 0.99% | - |
| XYZ | 23.71 | 11.57 | 93.91 | - |
| YUV | 84.56 | 223.06 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 253 | 0.61 | 0.82 | 0 | 0.01 | 255.29 | 0.98 | 0.58 |
| Hex | 62 | 2D | FD | 3D | 52 | 0 | 1 | FF | 62 | 3A |
| Octal | 142 | 55 | 375 | 75 | 122 | 0 | 1 | 377 | 142 | 72 |
| Binary | 1100010 | 101101 | 11111101 | 111101 | 1010010 | 0 | 1 | 11111111 | 1100010 | 111010 |
Color Harmonies of #622DFD
Complementary color
Monochromatic Colors of #622DFD
Black with #622DFD
Text Example
Text Example
White with #622DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DFD; }
p { color: rgb(98,45,253); }
H1.HeaderClassName
{
color: #622DFD;
}
.AnyTagClassName
{
color: #622DFD;
}
</style>
background-color css
<style>
a { background-color: #622DFD; }
a { background-color: rgb(98,45,253); }
div.DivClassName
{
background-color: #622DFD;
}
.BgClassName
{
background-color: #622DFD;
}
</style>
border-color css
<style>
span { border-color: #622DFD; }
span { border-color: rgb(98,45,253); }
td.TdClassName
{
border-color: #622DFD;
}
.TagClassName
{
border-color: #622DFD;
}
</style>