Shades of Purple #620468
Tints of Purple #620468
RGB
CMYK
RGB Variations
Color information
#620468 (or 0x620468) is known color: Purple. HEX triplet: 62, 04 and 68. RGB value is (98,4,104). Sum of RGB (Red+Green+Blue) = 98+4+104=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #620468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620468 is #9DFB97. Grayscale: #2B2B2B. Windows color (decimal): -10353560 or 6816866. OLE color: 6816866.
HSL color Cylindrical-coordinate representation of color #620468: hue angle of 296.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620468 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 4 | 104 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.59 |
| HSL | 296.4º | 0.93% | 0.21% | - |
| HSV(B) | 296.4º | 0.96% | 0.41% | - |
| XYZ | 7.58 | 3.68 | 13.41 | - |
| YUV | 43.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 104 | 0.06 | 0.96 | 0 | 0.59 | 296.4 | 0.93 | 0.21 |
| Hex | 62 | 4 | 68 | 6 | 60 | 0 | 3B | 128 | 5D | 15 |
| Octal | 142 | 4 | 150 | 6 | 140 | 0 | 73 | 450 | 135 | 25 |
| Binary | 1100010 | 100 | 1101000 | 110 | 1100000 | 0 | 111011 | 100101000 | 1011101 | 10101 |
Color Harmonies of #620468
Complementary color
Monochromatic Colors of #620468
Black with #620468
Text Example
Text Example
White with #620468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620468; }
p { color: rgb(98,4,104); }
H1.HeaderClassName
{
color: #620468;
}
.AnyTagClassName
{
color: #620468;
}
</style>
background-color css
<style>
a { background-color: #620468; }
a { background-color: rgb(98,4,104); }
div.DivClassName
{
background-color: #620468;
}
.BgClassName
{
background-color: #620468;
}
</style>
border-color css
<style>
span { border-color: #620468; }
span { border-color: rgb(98,4,104); }
td.TdClassName
{
border-color: #620468;
}
.TagClassName
{
border-color: #620468;
}
</style>