Shades of Purple #620569
Tints of Purple #620569
RGB
CMYK
RGB Variations
Color information
#620569 (or 0x620569) is known color: Purple. HEX triplet: 62, 05 and 69. RGB value is (98,5,105). Sum of RGB (Red+Green+Blue) = 98+5+105=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #620569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620569 is #9DFA96. Grayscale: #2B2B2B. Windows color (decimal): -10353303 or 6882658. OLE color: 6882658.
HSL color Cylindrical-coordinate representation of color #620569: hue angle of 295.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620569 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 5 | 105 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.59 |
| HSL | 295.8º | 0.91% | 0.22% | - |
| HSV(B) | 295.8º | 0.95% | 0.41% | - |
| XYZ | 7.64 | 3.73 | 13.68 | - |
| YUV | 44.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 105 | 0.07 | 0.95 | 0 | 0.59 | 295.8 | 0.91 | 0.22 |
| Hex | 62 | 5 | 69 | 7 | 5F | 0 | 3B | 128 | 5B | 16 |
| Octal | 142 | 5 | 151 | 7 | 137 | 0 | 73 | 450 | 133 | 26 |
| Binary | 1100010 | 101 | 1101001 | 111 | 1011111 | 0 | 111011 | 100101000 | 1011011 | 10110 |
Color Harmonies of #620569
Complementary color
Monochromatic Colors of #620569
Black with #620569
Text Example
Text Example
White with #620569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620569; }
p { color: rgb(98,5,105); }
H1.HeaderClassName
{
color: #620569;
}
.AnyTagClassName
{
color: #620569;
}
</style>
background-color css
<style>
a { background-color: #620569; }
a { background-color: rgb(98,5,105); }
div.DivClassName
{
background-color: #620569;
}
.BgClassName
{
background-color: #620569;
}
</style>
border-color css
<style>
span { border-color: #620569; }
span { border-color: rgb(98,5,105); }
td.TdClassName
{
border-color: #620569;
}
.TagClassName
{
border-color: #620569;
}
</style>