Shades of Blue Violet #7436FF
Tints of Blue Violet #7436FF
RGB
CMYK
RGB Variations
Color information
#7436FF (or 0x7436FF) is known color: Blue Violet. HEX triplet: 74, 36 and FF. RGB value is (116,54,255). Sum of RGB (Red+Green+Blue) = 116+54+255=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #7436FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7436FF is #8BC900. Grayscale: #5E5E5E. Windows color (decimal): -9160961 or 16725620. OLE color: 16725620.
HSL color Cylindrical-coordinate representation of color #7436FF: hue angle of 258.51º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7436FF is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 54 | 255 | - |
| CMYK | 0.55 | 0.79 | 0 | 0 |
| HSL | 258.51º | 1% | 0.61% | - |
| HSV(B) | 258.51º | 0.79% | 1% | - |
| XYZ | 26.57 | 13.57 | 95.83 | - |
| YUV | 95.45 | 218.04 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 255 | 0.55 | 0.79 | 0 | 0 | 258.51 | 1 | 0.61 |
| Hex | 74 | 36 | FF | 37 | 4F | 0 | 0 | 103 | 64 | 3D |
| Octal | 164 | 66 | 377 | 67 | 117 | 0 | 0 | 403 | 144 | 75 |
| Binary | 1110100 | 110110 | 11111111 | 110111 | 1001111 | 0 | 0 | 100000011 | 1100100 | 111101 |
Color Harmonies of #7436FF
Complementary color
Monochromatic Colors of #7436FF
Black with #7436FF
Text Example
Text Example
White with #7436FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7436FF; }
p { color: rgb(116,54,255); }
H1.HeaderClassName
{
color: #7436FF;
}
.AnyTagClassName
{
color: #7436FF;
}
</style>
background-color css
<style>
a { background-color: #7436FF; }
a { background-color: rgb(116,54,255); }
div.DivClassName
{
background-color: #7436FF;
}
.BgClassName
{
background-color: #7436FF;
}
</style>
border-color css
<style>
span { border-color: #7436FF; }
span { border-color: rgb(116,54,255); }
td.TdClassName
{
border-color: #7436FF;
}
.TagClassName
{
border-color: #7436FF;
}
</style>