Shades of Purple #7C0367
Tints of Purple #7C0367
RGB
CMYK
RGB Variations
Color information
#7C0367 (or 0x7C0367) is known color: Purple. HEX triplet: 7C, 03 and 67. RGB value is (124,3,103). Sum of RGB (Red+Green+Blue) = 124+3+103=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0367 is #83FC98. Grayscale: #323232. Windows color (decimal): -8649881 or 6751100. OLE color: 6751100.
HSL color Cylindrical-coordinate representation of color #7C0367: hue angle of 310.41º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0367 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.51 |
| HSL | 310.41º | 0.95% | 0.25% | - |
| HSV(B) | 310.41º | 0.98% | 0.49% | - |
| XYZ | 10.79 | 5.33 | 13.29 | - |
| YUV | 50.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 103 | 0 | 0.98 | 0.17 | 0.51 | 310.41 | 0.95 | 0.25 |
| Hex | 7C | 3 | 67 | 0 | 62 | 11 | 33 | 136 | 5F | 19 |
| Octal | 174 | 3 | 147 | 0 | 142 | 21 | 63 | 466 | 137 | 31 |
| Binary | 1111100 | 11 | 1100111 | 0 | 1100010 | 10001 | 110011 | 100110110 | 1011111 | 11001 |
Color Harmonies of #7C0367
Complementary color
Monochromatic Colors of #7C0367
Black with #7C0367
Text Example
Text Example
White with #7C0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0367; }
p { color: rgb(124,3,103); }
H1.HeaderClassName
{
color: #7C0367;
}
.AnyTagClassName
{
color: #7C0367;
}
</style>
background-color css
<style>
a { background-color: #7C0367; }
a { background-color: rgb(124,3,103); }
div.DivClassName
{
background-color: #7C0367;
}
.BgClassName
{
background-color: #7C0367;
}
</style>
border-color css
<style>
span { border-color: #7C0367; }
span { border-color: rgb(124,3,103); }
td.TdClassName
{
border-color: #7C0367;
}
.TagClassName
{
border-color: #7C0367;
}
</style>