Shades of Deluge #7F5DAD
Tints of Deluge #7F5DAD
RGB
CMYK
RGB Variations
Color information
#7F5DAD (or 0x7F5DAD) is known color: Deluge. HEX triplet: 7F, 5D and AD. RGB value is (127,93,173). Sum of RGB (Red+Green+Blue) = 127+93+173=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5DAD is #80A252. Grayscale: #707070. Windows color (decimal): -8430163 or 11361663. OLE color: 11361663.
HSL color Cylindrical-coordinate representation of color #7F5DAD: hue angle of 265.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F5DAD is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 93 | 173 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.32 |
| HSL | 265.5º | 0.33% | 0.52% | - |
| HSV(B) | 265.5º | 0.46% | 0.68% | - |
| XYZ | 20.21 | 15.36 | 41.43 | - |
| YUV | 112.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 173 | 0.27 | 0.46 | 0 | 0.32 | 265.5 | 0.33 | 0.52 |
| Hex | 7F | 5D | AD | 1B | 2E | 0 | 20 | 10A | 21 | 34 |
| Octal | 177 | 135 | 255 | 33 | 56 | 0 | 40 | 412 | 41 | 64 |
| Binary | 1111111 | 1011101 | 10101101 | 11011 | 101110 | 0 | 100000 | 100001010 | 100001 | 110100 |
Color Harmonies of #7F5DAD
Complementary color
Monochromatic Colors of #7F5DAD
Black with #7F5DAD
Text Example
Text Example
White with #7F5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5DAD; }
p { color: rgb(127,93,173); }
H1.HeaderClassName
{
color: #7F5DAD;
}
.AnyTagClassName
{
color: #7F5DAD;
}
</style>
background-color css
<style>
a { background-color: #7F5DAD; }
a { background-color: rgb(127,93,173); }
div.DivClassName
{
background-color: #7F5DAD;
}
.BgClassName
{
background-color: #7F5DAD;
}
</style>
border-color css
<style>
span { border-color: #7F5DAD; }
span { border-color: rgb(127,93,173); }
td.TdClassName
{
border-color: #7F5DAD;
}
.TagClassName
{
border-color: #7F5DAD;
}
</style>