Shades of Deluge #7C67AF
Tints of Deluge #7C67AF
RGB
CMYK
RGB Variations
Color information
#7C67AF (or 0x7C67AF) is known color: Deluge. HEX triplet: 7C, 67 and AF. RGB value is (124,103,175). Sum of RGB (Red+Green+Blue) = 124+103+175=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C67AF is #839850. Grayscale: #757575. Windows color (decimal): -8624209 or 11495292. OLE color: 11495292.
HSL color Cylindrical-coordinate representation of color #7C67AF: hue angle of 257.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C67AF is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 103 | 175 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.31 |
| HSL | 257.5º | 0.31% | 0.55% | - |
| HSV(B) | 257.5º | 0.41% | 0.69% | - |
| XYZ | 20.9 | 17.08 | 42.75 | - |
| YUV | 117.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 175 | 0.29 | 0.41 | 0 | 0.31 | 257.5 | 0.31 | 0.55 |
| Hex | 7C | 67 | AF | 1D | 29 | 0 | 1F | 102 | 1F | 37 |
| Octal | 174 | 147 | 257 | 35 | 51 | 0 | 37 | 402 | 37 | 67 |
| Binary | 1111100 | 1100111 | 10101111 | 11101 | 101001 | 0 | 11111 | 100000010 | 11111 | 110111 |
Color Harmonies of #7C67AF
Complementary color
Monochromatic Colors of #7C67AF
Black with #7C67AF
Text Example
Text Example
White with #7C67AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C67AF; }
p { color: rgb(124,103,175); }
H1.HeaderClassName
{
color: #7C67AF;
}
.AnyTagClassName
{
color: #7C67AF;
}
</style>
background-color css
<style>
a { background-color: #7C67AF; }
a { background-color: rgb(124,103,175); }
div.DivClassName
{
background-color: #7C67AF;
}
.BgClassName
{
background-color: #7C67AF;
}
</style>
border-color css
<style>
span { border-color: #7C67AF; }
span { border-color: rgb(124,103,175); }
td.TdClassName
{
border-color: #7C67AF;
}
.TagClassName
{
border-color: #7C67AF;
}
</style>