Shades of Blue Violet #7D35DD
Tints of Blue Violet #7D35DD
RGB
CMYK
RGB Variations
Color information
#7D35DD (or 0x7D35DD) is known color: Blue Violet. HEX triplet: 7D, 35 and DD. RGB value is (125,53,221). Sum of RGB (Red+Green+Blue) = 125+53+221=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D35DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D35DD is #82CA22. Grayscale: #5D5D5D. Windows color (decimal): -8571427 or 14497149. OLE color: 14497149.
HSL color Cylindrical-coordinate representation of color #7D35DD: hue angle of 265.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D35DD is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 125 | 53 | 221 | - |
CMYK | 0.43 | 0.76 | 0 | 0.13 |
HSL | 265.71º | 0.71% | 0.54% | - |
HSV(B) | 265.71º | 0.76% | 0.87% | - |
XYZ | 22.78 | 12.13 | 69.55 | - |
YUV | 93.68 | 199.85 | 150.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 53 | 221 | 0.43 | 0.76 | 0 | 0.13 | 265.71 | 0.71 | 0.54 |
Hex | 7D | 35 | DD | 2B | 4C | 0 | D | 10A | 47 | 36 |
Octal | 175 | 65 | 335 | 53 | 114 | 0 | 15 | 412 | 107 | 66 |
Binary | 1111101 | 110101 | 11011101 | 101011 | 1001100 | 0 | 1101 | 100001010 | 1000111 | 110110 |
Color Harmonies of #7D35DD
Complementary color
Monochromatic Colors of #7D35DD
Black with #7D35DD
Text Example
Text Example
White with #7D35DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D35DD; }
p { color: rgb(125,53,221); }
H1.HeaderClassName
{
color: #7D35DD;
}
.AnyTagClassName
{
color: #7D35DD;
}
</style>
background-color css
<style>
a { background-color: #7D35DD; }
a { background-color: rgb(125,53,221); }
div.DivClassName
{
background-color: #7D35DD;
}
.BgClassName
{
background-color: #7D35DD;
}
</style>
border-color css
<style>
span { border-color: #7D35DD; }
span { border-color: rgb(125,53,221); }
td.TdClassName
{
border-color: #7D35DD;
}
.TagClassName
{
border-color: #7D35DD;
}
</style>