Shades of Purple #7B0285
Tints of Purple #7B0285
RGB
CMYK
RGB Variations
Color information
#7B0285 (or 0x7B0285) is known color: Purple. HEX triplet: 7B, 02 and 85. RGB value is (123,2,133). Sum of RGB (Red+Green+Blue) = 123+2+133=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B0285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0285 is #84FD7A. Grayscale: #343434. Windows color (decimal): -8715643 or 8716923. OLE color: 8716923.
HSL color Cylindrical-coordinate representation of color #7B0285: hue angle of 295.42º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0285 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 2 | 133 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.48 |
| HSL | 295.42º | 0.97% | 0.26% | - |
| HSV(B) | 295.42º | 0.98% | 0.52% | - |
| XYZ | 12.42 | 5.95 | 22.68 | - |
| YUV | 53.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 2 | 133 | 0.08 | 0.98 | 0 | 0.48 | 295.42 | 0.97 | 0.26 |
| Hex | 7B | 2 | 85 | 8 | 62 | 0 | 30 | 127 | 61 | 1A |
| Octal | 173 | 2 | 205 | 10 | 142 | 0 | 60 | 447 | 141 | 32 |
| Binary | 1111011 | 10 | 10000101 | 1000 | 1100010 | 0 | 110000 | 100100111 | 1100001 | 11010 |
Color Harmonies of #7B0285
Complementary color
Monochromatic Colors of #7B0285
Black with #7B0285
Text Example
Text Example
White with #7B0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0285; }
p { color: rgb(123,2,133); }
H1.HeaderClassName
{
color: #7B0285;
}
.AnyTagClassName
{
color: #7B0285;
}
</style>
background-color css
<style>
a { background-color: #7B0285; }
a { background-color: rgb(123,2,133); }
div.DivClassName
{
background-color: #7B0285;
}
.BgClassName
{
background-color: #7B0285;
}
</style>
border-color css
<style>
span { border-color: #7B0285; }
span { border-color: rgb(123,2,133); }
td.TdClassName
{
border-color: #7B0285;
}
.TagClassName
{
border-color: #7B0285;
}
</style>