Shades of Blue Violet #7D36FA
Tints of Blue Violet #7D36FA
RGB
CMYK
RGB Variations
Color information
#7D36FA (or 0x7D36FA) is known color: Blue Violet. HEX triplet: 7D, 36 and FA. RGB value is (125,54,250). Sum of RGB (Red+Green+Blue) = 125+54+250=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D36FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D36FA is #82C905. Grayscale: #606060. Windows color (decimal): -8571142 or 16397949. OLE color: 16397949.
HSL color Cylindrical-coordinate representation of color #7D36FA: hue angle of 261.73º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D36FA is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 54 | 250 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.02 |
| HSL | 261.73º | 0.95% | 0.6% | - |
| HSV(B) | 261.73º | 0.78% | 0.98% | - |
| XYZ | 27.03 | 13.9 | 91.7 | - |
| YUV | 97.57 | 214.02 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 250 | 0.50 | 0.78 | 0 | 0.02 | 261.73 | 0.95 | 0.6 |
| Hex | 7D | 36 | FA | 32 | 4E | 0 | 2 | 106 | 5F | 3C |
| Octal | 175 | 66 | 372 | 62 | 116 | 0 | 2 | 406 | 137 | 74 |
| Binary | 1111101 | 110110 | 11111010 | 110010 | 1001110 | 0 | 10 | 100000110 | 1011111 | 111100 |
Color Harmonies of #7D36FA
Complementary color
Monochromatic Colors of #7D36FA
Black with #7D36FA
Text Example
Text Example
White with #7D36FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D36FA; }
p { color: rgb(125,54,250); }
H1.HeaderClassName
{
color: #7D36FA;
}
.AnyTagClassName
{
color: #7D36FA;
}
</style>
background-color css
<style>
a { background-color: #7D36FA; }
a { background-color: rgb(125,54,250); }
div.DivClassName
{
background-color: #7D36FA;
}
.BgClassName
{
background-color: #7D36FA;
}
</style>
border-color css
<style>
span { border-color: #7D36FA; }
span { border-color: rgb(125,54,250); }
td.TdClassName
{
border-color: #7D36FA;
}
.TagClassName
{
border-color: #7D36FA;
}
</style>