Shades of Purple #7B0369
Tints of Purple #7B0369
RGB
CMYK
RGB Variations
Color information
#7B0369 (or 0x7B0369) is known color: Purple. HEX triplet: 7B, 03 and 69. RGB value is (123,3,105). Sum of RGB (Red+Green+Blue) = 123+3+105=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0369 is #84FC96. Grayscale: #323232. Windows color (decimal): -8715415 or 6882171. OLE color: 6882171.
HSL color Cylindrical-coordinate representation of color #7B0369: hue angle of 309º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0369 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.52 |
| HSL | 309º | 0.95% | 0.25% | - |
| HSV(B) | 309º | 0.98% | 0.48% | - |
| XYZ | 10.75 | 5.3 | 13.82 | - |
| YUV | 50.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 105 | 0 | 0.98 | 0.15 | 0.52 | 309 | 0.95 | 0.25 |
| Hex | 7B | 3 | 69 | 0 | 62 | F | 34 | 135 | 5F | 19 |
| Octal | 173 | 3 | 151 | 0 | 142 | 17 | 64 | 465 | 137 | 31 |
| Binary | 1111011 | 11 | 1101001 | 0 | 1100010 | 1111 | 110100 | 100110101 | 1011111 | 11001 |
Color Harmonies of #7B0369
Complementary color
Monochromatic Colors of #7B0369
Black with #7B0369
Text Example
Text Example
White with #7B0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0369; }
p { color: rgb(123,3,105); }
H1.HeaderClassName
{
color: #7B0369;
}
.AnyTagClassName
{
color: #7B0369;
}
</style>
background-color css
<style>
a { background-color: #7B0369; }
a { background-color: rgb(123,3,105); }
div.DivClassName
{
background-color: #7B0369;
}
.BgClassName
{
background-color: #7B0369;
}
</style>
border-color css
<style>
span { border-color: #7B0369; }
span { border-color: rgb(123,3,105); }
td.TdClassName
{
border-color: #7B0369;
}
.TagClassName
{
border-color: #7B0369;
}
</style>