#7350AD

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

Shades of Studio #7350AD

Tints of Studio #7350AD

Color information

#7350AD (or 0x7350AD) is unknown color: approx Studio. HEX triplet: 73, 50 and AD. RGB value is (115,80,173). Sum of RGB (Red+Green+Blue) = 115+80+173=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #7350AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7350AD is #8CAF52. Grayscale: #646464. Windows color (decimal): -9219923 or 11358323. OLE color: 11358323.

HSL color Cylindrical-coordinate representation of color #7350AD: hue angle of 262.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7350AD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11580173-
CMYK0.340.5400.32
HSL262.58º36.76%49.61%-
HSV(B)262.58º53.76%67.84%-
XYZ17.4812.441.01-
YUV101.07168.6137.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=31.25%
G=21.74%
B=47.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115801730.340.5400.32262.5836.7649.61
Hex7350AD22360201072532
Octal16312025542660404074562
Binary11100111010000101011011000101101100100000100000111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7350AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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