Shades of Studio #7343B2
Tints of Studio #7343B2
RGB
CMYK
RGB Variations
Color information
#7343B2 (or 0x7343B2) is known color: Studio. HEX triplet: 73, 43 and B2. RGB value is (115,67,178). Sum of RGB (Red+Green+Blue) = 115+67+178=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #7343B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7343B2 is #8CBC4D. Grayscale: #5D5D5D. Windows color (decimal): -9223246 or 11682675. OLE color: 11682675.
HSL color Cylindrical-coordinate representation of color #7343B2: hue angle of 265.95º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7343B2 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 67 | 178 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.30 |
| HSL | 265.95º | 0.45% | 0.48% | - |
| HSV(B) | 265.95º | 0.62% | 0.7% | - |
| XYZ | 17.11 | 10.87 | 43.32 | - |
| YUV | 94.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 178 | 0.35 | 0.62 | 0 | 0.30 | 265.95 | 0.45 | 0.48 |
| Hex | 73 | 43 | B2 | 23 | 3E | 0 | 1E | 10A | 2D | 30 |
| Octal | 163 | 103 | 262 | 43 | 76 | 0 | 36 | 412 | 55 | 60 |
| Binary | 1110011 | 1000011 | 10110010 | 100011 | 111110 | 0 | 11110 | 100001010 | 101101 | 110000 |
Color Harmonies of #7343B2
Complementary color
Monochromatic Colors of #7343B2
Black with #7343B2
Text Example
Text Example
White with #7343B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7343B2; }
p { color: rgb(115,67,178); }
H1.HeaderClassName
{
color: #7343B2;
}
.AnyTagClassName
{
color: #7343B2;
}
</style>
background-color css
<style>
a { background-color: #7343B2; }
a { background-color: rgb(115,67,178); }
div.DivClassName
{
background-color: #7343B2;
}
.BgClassName
{
background-color: #7343B2;
}
</style>
border-color css
<style>
span { border-color: #7343B2; }
span { border-color: rgb(115,67,178); }
td.TdClassName
{
border-color: #7343B2;
}
.TagClassName
{
border-color: #7343B2;
}
</style>