Shades of Purple #620268
Tints of Purple #620268
RGB
CMYK
RGB Variations
Color information
#620268 (or 0x620268) is known color: Purple. HEX triplet: 62, 02 and 68. RGB value is (98,2,104). Sum of RGB (Red+Green+Blue) = 98+2+104=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #620268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620268 is #9DFD97. Grayscale: #2A2A2A. Windows color (decimal): -10354072 or 6816354. OLE color: 6816354.
HSL color Cylindrical-coordinate representation of color #620268: hue angle of 296.47º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620268 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 2 | 104 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.59 |
| HSL | 296.47º | 0.96% | 0.21% | - |
| HSV(B) | 296.47º | 0.98% | 0.41% | - |
| XYZ | 7.56 | 3.64 | 13.4 | - |
| YUV | 42.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 104 | 0.06 | 0.98 | 0 | 0.59 | 296.47 | 0.96 | 0.21 |
| Hex | 62 | 2 | 68 | 6 | 62 | 0 | 3B | 128 | 60 | 15 |
| Octal | 142 | 2 | 150 | 6 | 142 | 0 | 73 | 450 | 140 | 25 |
| Binary | 1100010 | 10 | 1101000 | 110 | 1100010 | 0 | 111011 | 100101000 | 1100000 | 10101 |
Color Harmonies of #620268
Complementary color
Monochromatic Colors of #620268
Black with #620268
Text Example
Text Example
White with #620268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620268; }
p { color: rgb(98,2,104); }
H1.HeaderClassName
{
color: #620268;
}
.AnyTagClassName
{
color: #620268;
}
</style>
background-color css
<style>
a { background-color: #620268; }
a { background-color: rgb(98,2,104); }
div.DivClassName
{
background-color: #620268;
}
.BgClassName
{
background-color: #620268;
}
</style>
border-color css
<style>
span { border-color: #620268; }
span { border-color: rgb(98,2,104); }
td.TdClassName
{
border-color: #620268;
}
.TagClassName
{
border-color: #620268;
}
</style>