#7348AA

Color #7348AA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7348AA

Tints of Studio #7348AA

Color information

#7348AA (or 0x7348AA) is unknown color: approx Studio. HEX triplet: 73, 48 and AA. RGB value is (115,72,170). Sum of RGB (Red+Green+Blue) = 115+72+170=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #7348AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7348AA is #8CB755. Grayscale: #5F5F5F. Windows color (decimal): -9221974 or 11159667. OLE color: 11159667.

HSL color Cylindrical-coordinate representation of color #7348AA: hue angle of 266.33º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7348AA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11572170-
CMYK0.320.5800.33
HSL266.33º40.5%47.45%-
HSV(B)266.33º57.65%66.67%-
XYZ16.6411.1839.31-
YUV96.03169.75141.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 32.21%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=32.21%
G=20.17%
B=47.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115721700.320.5800.33266.3340.547.45
Hex7348AA203A02110a282f
Octal16311025240720414125057
Binary11100111001000101010101000001110100100001100001010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7348AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7348AA; }

 p { color: rgb(115,72,170); }

 H1.HeaderClassName
 {
   color: #7348AA;
 }
 .AnyTagClassName
 {
   color: #7348AA;
 }
</style>
background-color css

<style>
 a { background-color: #7348AA; }

 a { background-color: rgb(115,72,170); }

 div.DivClassName
 {
   background-color: #7348AA;
 }
 .BgClassName
 {
   background-color: #7348AA;
 }
</style>
border-color css

<style>
 span { border-color: #7348AA; }

 span { border-color: rgb(115,72,170); }

 td.TdClassName
 {
   border-color: #7348AA;
 }
 .TagClassName
 {
   border-color: #7348AA;
 }
</style>