Shades of Blue Violet #7639DF
Tints of Blue Violet #7639DF
RGB
CMYK
RGB Variations
Color information
#7639DF (or 0x7639DF) is known color: Blue Violet. HEX triplet: 76, 39 and DF. RGB value is (118,57,223). Sum of RGB (Red+Green+Blue) = 118+57+223=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #7639DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7639DF is #89C620. Grayscale: #5D5D5D. Windows color (decimal): -9029153 or 14629238. OLE color: 14629238.
HSL color Cylindrical-coordinate representation of color #7639DF: hue angle of 262.05º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7639DF is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 57 | 223 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.13 |
| HSL | 262.05º | 0.72% | 0.55% | - |
| HSV(B) | 262.05º | 0.74% | 0.87% | - |
| XYZ | 22.25 | 12.11 | 70.98 | - |
| YUV | 94.16 | 200.71 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 223 | 0.47 | 0.74 | 0 | 0.13 | 262.05 | 0.72 | 0.55 |
| Hex | 76 | 39 | DF | 2F | 4A | 0 | D | 106 | 48 | 37 |
| Octal | 166 | 71 | 337 | 57 | 112 | 0 | 15 | 406 | 110 | 67 |
| Binary | 1110110 | 111001 | 11011111 | 101111 | 1001010 | 0 | 1101 | 100000110 | 1001000 | 110111 |
Color Harmonies of #7639DF
Complementary color
Monochromatic Colors of #7639DF
Black with #7639DF
Text Example
Text Example
White with #7639DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7639DF; }
p { color: rgb(118,57,223); }
H1.HeaderClassName
{
color: #7639DF;
}
.AnyTagClassName
{
color: #7639DF;
}
</style>
background-color css
<style>
a { background-color: #7639DF; }
a { background-color: rgb(118,57,223); }
div.DivClassName
{
background-color: #7639DF;
}
.BgClassName
{
background-color: #7639DF;
}
</style>
border-color css
<style>
span { border-color: #7639DF; }
span { border-color: rgb(118,57,223); }
td.TdClassName
{
border-color: #7639DF;
}
.TagClassName
{
border-color: #7639DF;
}
</style>