Shades of True V #7F5DC4
Tints of True V #7F5DC4
RGB
CMYK
RGB Variations
Color information
#7F5DC4 (or 0x7F5DC4) is known color: True V. HEX triplet: 7F, 5D and C4. RGB value is (127,93,196). Sum of RGB (Red+Green+Blue) = 127+93+196=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #7F5DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DC4 is #80A23B. Grayscale: #727272. Windows color (decimal): -8430140 or 12868991. OLE color: 12868991.
HSL color Cylindrical-coordinate representation of color #7F5DC4: hue angle of 259.81º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F5DC4 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 93 | 196 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.23 |
| HSL | 259.81º | 0.47% | 0.57% | - |
| HSV(B) | 259.81º | 0.53% | 0.77% | - |
| XYZ | 22.63 | 16.33 | 54.18 | - |
| YUV | 114.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 196 | 0.35 | 0.53 | 0 | 0.23 | 259.81 | 0.47 | 0.57 |
| Hex | 7F | 5D | C4 | 23 | 35 | 0 | 17 | 104 | 2F | 39 |
| Octal | 177 | 135 | 304 | 43 | 65 | 0 | 27 | 404 | 57 | 71 |
| Binary | 1111111 | 1011101 | 11000100 | 100011 | 110101 | 0 | 10111 | 100000100 | 101111 | 111001 |
Color Harmonies of #7F5DC4
Complementary color
Monochromatic Colors of #7F5DC4
Black with #7F5DC4
Text Example
Text Example
White with #7F5DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5DC4; }
p { color: rgb(127,93,196); }
H1.HeaderClassName
{
color: #7F5DC4;
}
.AnyTagClassName
{
color: #7F5DC4;
}
</style>
background-color css
<style>
a { background-color: #7F5DC4; }
a { background-color: rgb(127,93,196); }
div.DivClassName
{
background-color: #7F5DC4;
}
.BgClassName
{
background-color: #7F5DC4;
}
</style>
border-color css
<style>
span { border-color: #7F5DC4; }
span { border-color: rgb(127,93,196); }
td.TdClassName
{
border-color: #7F5DC4;
}
.TagClassName
{
border-color: #7F5DC4;
}
</style>