Shades of Purple #620269
Tints of Purple #620269
RGB
CMYK
RGB Variations
Color information
#620269 (or 0x620269) is known color: Purple. HEX triplet: 62, 02 and 69. RGB value is (98,2,105). Sum of RGB (Red+Green+Blue) = 98+2+105=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #620269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620269 is #9DFD96. Grayscale: #2A2A2A. Windows color (decimal): -10354071 or 6881890. OLE color: 6881890.
HSL color Cylindrical-coordinate representation of color #620269: hue angle of 295.92º 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 #620269 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 2 | 105 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.59 |
| HSL | 295.92º | 0.96% | 0.21% | - |
| HSV(B) | 295.92º | 0.98% | 0.41% | - |
| XYZ | 7.61 | 3.66 | 13.67 | - |
| YUV | 42.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 105 | 0.07 | 0.98 | 0 | 0.59 | 295.92 | 0.96 | 0.21 |
| Hex | 62 | 2 | 69 | 7 | 62 | 0 | 3B | 128 | 60 | 15 |
| Octal | 142 | 2 | 151 | 7 | 142 | 0 | 73 | 450 | 140 | 25 |
| Binary | 1100010 | 10 | 1101001 | 111 | 1100010 | 0 | 111011 | 100101000 | 1100000 | 10101 |
Color Harmonies of #620269
Complementary color
Monochromatic Colors of #620269
Black with #620269
Text Example
Text Example
White with #620269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620269; }
p { color: rgb(98,2,105); }
H1.HeaderClassName
{
color: #620269;
}
.AnyTagClassName
{
color: #620269;
}
</style>
background-color css
<style>
a { background-color: #620269; }
a { background-color: rgb(98,2,105); }
div.DivClassName
{
background-color: #620269;
}
.BgClassName
{
background-color: #620269;
}
</style>
border-color css
<style>
span { border-color: #620269; }
span { border-color: rgb(98,2,105); }
td.TdClassName
{
border-color: #620269;
}
.TagClassName
{
border-color: #620269;
}
</style>