Shades of Deluge #7A67AF
Tints of Deluge #7A67AF
RGB
CMYK
RGB Variations
Color information
#7A67AF (or 0x7A67AF) is known color: Deluge. HEX triplet: 7A, 67 and AF. RGB value is (122,103,175). Sum of RGB (Red+Green+Blue) = 122+103+175=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A67AF is #859850. Grayscale: #747474. Windows color (decimal): -8755281 or 11495290. OLE color: 11495290.
HSL color Cylindrical-coordinate representation of color #7A67AF: hue angle of 255.83º 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 #7A67AF is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 103 | 175 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.31 |
| HSL | 255.83º | 0.31% | 0.55% | - |
| HSV(B) | 255.83º | 0.41% | 0.69% | - |
| XYZ | 20.61 | 16.93 | 42.74 | - |
| YUV | 116.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 175 | 0.30 | 0.41 | 0 | 0.31 | 255.83 | 0.31 | 0.55 |
| Hex | 7A | 67 | AF | 1E | 29 | 0 | 1F | 100 | 1F | 37 |
| Octal | 172 | 147 | 257 | 36 | 51 | 0 | 37 | 400 | 37 | 67 |
| Binary | 1111010 | 1100111 | 10101111 | 11110 | 101001 | 0 | 11111 | 100000000 | 11111 | 110111 |
Color Harmonies of #7A67AF
Complementary color
Monochromatic Colors of #7A67AF
Black with #7A67AF
Text Example
Text Example
White with #7A67AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A67AF; }
p { color: rgb(122,103,175); }
H1.HeaderClassName
{
color: #7A67AF;
}
.AnyTagClassName
{
color: #7A67AF;
}
</style>
background-color css
<style>
a { background-color: #7A67AF; }
a { background-color: rgb(122,103,175); }
div.DivClassName
{
background-color: #7A67AF;
}
.BgClassName
{
background-color: #7A67AF;
}
</style>
border-color css
<style>
span { border-color: #7A67AF; }
span { border-color: rgb(122,103,175); }
td.TdClassName
{
border-color: #7A67AF;
}
.TagClassName
{
border-color: #7A67AF;
}
</style>