Shades of Studio #7342B3
Tints of Studio #7342B3
RGB
CMYK
RGB Variations
Color information
#7342B3 (or 0x7342B3) is known color: Studio. HEX triplet: 73, 42 and B3. RGB value is (115,66,179). Sum of RGB (Red+Green+Blue) = 115+66+179=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #7342B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7342B3 is #8CBD4C. Grayscale: #5D5D5D. Windows color (decimal): -9223501 or 11747955. OLE color: 11747955.
HSL color Cylindrical-coordinate representation of color #7342B3: hue angle of 266.02º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7342B3 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 66 | 179 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.30 |
| HSL | 266.02º | 0.46% | 0.48% | - |
| HSV(B) | 266.02º | 0.63% | 0.7% | - |
| XYZ | 17.16 | 10.8 | 43.83 | - |
| YUV | 93.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 179 | 0.36 | 0.63 | 0 | 0.30 | 266.02 | 0.46 | 0.48 |
| Hex | 73 | 42 | B3 | 24 | 3F | 0 | 1E | 10A | 2E | 30 |
| Octal | 163 | 102 | 263 | 44 | 77 | 0 | 36 | 412 | 56 | 60 |
| Binary | 1110011 | 1000010 | 10110011 | 100100 | 111111 | 0 | 11110 | 100001010 | 101110 | 110000 |
Color Harmonies of #7342B3
Complementary color
Monochromatic Colors of #7342B3
Black with #7342B3
Text Example
Text Example
White with #7342B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7342B3; }
p { color: rgb(115,66,179); }
H1.HeaderClassName
{
color: #7342B3;
}
.AnyTagClassName
{
color: #7342B3;
}
</style>
background-color css
<style>
a { background-color: #7342B3; }
a { background-color: rgb(115,66,179); }
div.DivClassName
{
background-color: #7342B3;
}
.BgClassName
{
background-color: #7342B3;
}
</style>
border-color css
<style>
span { border-color: #7342B3; }
span { border-color: rgb(115,66,179); }
td.TdClassName
{
border-color: #7342B3;
}
.TagClassName
{
border-color: #7342B3;
}
</style>