Shades of Blue Violet #7638DF
Tints of Blue Violet #7638DF
RGB
CMYK
RGB Variations
Color information
#7638DF (or 0x7638DF) is known color: Blue Violet. HEX triplet: 76, 38 and DF. RGB value is (118,56,223). Sum of RGB (Red+Green+Blue) = 118+56+223=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #7638DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7638DF is #89C720. Grayscale: #5C5C5C. Windows color (decimal): -9029409 or 14628982. OLE color: 14628982.
HSL color Cylindrical-coordinate representation of color #7638DF: hue angle of 262.28º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7638DF is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 56 | 223 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.13 |
| HSL | 262.28º | 0.72% | 0.55% | - |
| HSV(B) | 262.28º | 0.75% | 0.87% | - |
| XYZ | 22.2 | 12.01 | 70.96 | - |
| YUV | 93.58 | 201.04 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 223 | 0.47 | 0.75 | 0 | 0.13 | 262.28 | 0.72 | 0.55 |
| Hex | 76 | 38 | DF | 2F | 4B | 0 | D | 106 | 48 | 37 |
| Octal | 166 | 70 | 337 | 57 | 113 | 0 | 15 | 406 | 110 | 67 |
| Binary | 1110110 | 111000 | 11011111 | 101111 | 1001011 | 0 | 1101 | 100000110 | 1001000 | 110111 |
Color Harmonies of #7638DF
Complementary color
Monochromatic Colors of #7638DF
Black with #7638DF
Text Example
Text Example
White with #7638DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7638DF; }
p { color: rgb(118,56,223); }
H1.HeaderClassName
{
color: #7638DF;
}
.AnyTagClassName
{
color: #7638DF;
}
</style>
background-color css
<style>
a { background-color: #7638DF; }
a { background-color: rgb(118,56,223); }
div.DivClassName
{
background-color: #7638DF;
}
.BgClassName
{
background-color: #7638DF;
}
</style>
border-color css
<style>
span { border-color: #7638DF; }
span { border-color: rgb(118,56,223); }
td.TdClassName
{
border-color: #7638DF;
}
.TagClassName
{
border-color: #7638DF;
}
</style>