Shades of Studio #7343B1
Tints of Studio #7343B1
RGB
CMYK
RGB Variations
Color information
#7343B1 (or 0x7343B1) is known color: Studio. HEX triplet: 73, 43 and B1. RGB value is (115,67,177). Sum of RGB (Red+Green+Blue) = 115+67+177=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 177 - color contains mainly: blue. Hex color #7343B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7343B1 is #8CBC4E. Grayscale: #5D5D5D. Windows color (decimal): -9223247 or 11617139. OLE color: 11617139.
HSL color Cylindrical-coordinate representation of color #7343B1: hue angle of 266.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7343B1 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 67 | 177 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.31 |
| HSL | 266.18º | 0.45% | 0.48% | - |
| HSV(B) | 266.18º | 0.62% | 0.69% | - |
| XYZ | 17.01 | 10.83 | 42.79 | - |
| YUV | 93.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 177 | 0.35 | 0.62 | 0 | 0.31 | 266.18 | 0.45 | 0.48 |
| Hex | 73 | 43 | B1 | 23 | 3E | 0 | 1F | 10A | 2D | 30 |
| Octal | 163 | 103 | 261 | 43 | 76 | 0 | 37 | 412 | 55 | 60 |
| Binary | 1110011 | 1000011 | 10110001 | 100011 | 111110 | 0 | 11111 | 100001010 | 101101 | 110000 |
Color Harmonies of #7343B1
Complementary color
Monochromatic Colors of #7343B1
Black with #7343B1
Text Example
Text Example
White with #7343B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7343B1; }
p { color: rgb(115,67,177); }
H1.HeaderClassName
{
color: #7343B1;
}
.AnyTagClassName
{
color: #7343B1;
}
</style>
background-color css
<style>
a { background-color: #7343B1; }
a { background-color: rgb(115,67,177); }
div.DivClassName
{
background-color: #7343B1;
}
.BgClassName
{
background-color: #7343B1;
}
</style>
border-color css
<style>
span { border-color: #7343B1; }
span { border-color: rgb(115,67,177); }
td.TdClassName
{
border-color: #7343B1;
}
.TagClassName
{
border-color: #7343B1;
}
</style>