#7350AC

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

Shades of Studio #7350AC

Tints of Studio #7350AC

Color information

#7350AC (or 0x7350AC) is unknown color: approx Studio. HEX triplet: 73, 50 and AC. RGB value is (115,80,172). Sum of RGB (Red+Green+Blue) = 115+80+172=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #7350AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7350AC is #8CAF53. Grayscale: #646464. Windows color (decimal): -9219924 or 11292787. OLE color: 11292787.

HSL color Cylindrical-coordinate representation of color #7350AC: hue angle of 262.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7350AC is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11580172-
CMYK0.330.5300.33
HSL262.83º36.51%49.41%-
HSV(B)262.83º53.49%67.45%-
XYZ17.3912.3640.5-
YUV100.95168.1138.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.34%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=31.34%
G=21.80%
B=46.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115801720.330.5300.33262.8336.5149.41
Hex7350AC21350211072531
Octal16312025441650414074561
Binary11100111010000101011001000011101010100001100000111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7350AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7350AC; }

 p { color: rgb(115,80,172); }

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

<style>
 a { background-color: #7350AC; }

 a { background-color: rgb(115,80,172); }

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

<style>
 span { border-color: #7350AC; }

 span { border-color: rgb(115,80,172); }

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