Shades of Blue Violet #7438DB
Tints of Blue Violet #7438DB
RGB
CMYK
RGB Variations
Color information
#7438DB (or 0x7438DB) is known color: Blue Violet. HEX triplet: 74, 38 and DB. RGB value is (116,56,219). Sum of RGB (Red+Green+Blue) = 116+56+219=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #7438DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7438DB is #8BC724. Grayscale: #5B5B5B. Windows color (decimal): -9160485 or 14366836. OLE color: 14366836.
HSL color Cylindrical-coordinate representation of color #7438DB: hue angle of 262.09º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7438DB is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 56 | 219 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.14 |
| HSL | 262.09º | 0.69% | 0.54% | - |
| HSV(B) | 262.09º | 0.74% | 0.86% | - |
| XYZ | 21.4 | 11.66 | 68.14 | - |
| YUV | 92.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 219 | 0.47 | 0.74 | 0 | 0.14 | 262.09 | 0.69 | 0.54 |
| Hex | 74 | 38 | DB | 2F | 4A | 0 | E | 106 | 45 | 36 |
| Octal | 164 | 70 | 333 | 57 | 112 | 0 | 16 | 406 | 105 | 66 |
| Binary | 1110100 | 111000 | 11011011 | 101111 | 1001010 | 0 | 1110 | 100000110 | 1000101 | 110110 |
Color Harmonies of #7438DB
Complementary color
Monochromatic Colors of #7438DB
Black with #7438DB
Text Example
Text Example
White with #7438DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7438DB; }
p { color: rgb(116,56,219); }
H1.HeaderClassName
{
color: #7438DB;
}
.AnyTagClassName
{
color: #7438DB;
}
</style>
background-color css
<style>
a { background-color: #7438DB; }
a { background-color: rgb(116,56,219); }
div.DivClassName
{
background-color: #7438DB;
}
.BgClassName
{
background-color: #7438DB;
}
</style>
border-color css
<style>
span { border-color: #7438DB; }
span { border-color: rgb(116,56,219); }
td.TdClassName
{
border-color: #7438DB;
}
.TagClassName
{
border-color: #7438DB;
}
</style>