#7341A7

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

Shades of Studio #7341A7

Tints of Studio #7341A7

Color information

#7341A7 (or 0x7341A7) is unknown color: approx Studio. HEX triplet: 73, 41 and A7. RGB value is (115,65,167). Sum of RGB (Red+Green+Blue) = 115+65+167=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #7341A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7341A7 is #8CBE58. Grayscale: #5B5B5B. Windows color (decimal): -9223769 or 10961267. OLE color: 10961267.

HSL color Cylindrical-coordinate representation of color #7341A7: hue angle of 269.41º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7341A7 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11565167-
CMYK0.310.6100.35
HSL269.41º43.97%45.49%-
HSV(B)269.41º61.08%65.49%-
XYZ15.9410.2237.69-
YUV91.58170.56144.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.14%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 167 (65.62% from 255) = 48.13%
R=33.14%
G=18.73%
B=48.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115651670.310.6100.35269.4143.9745.49
Hex7341A71F3D02310d2c2d
Octal16310124737750434155455
Binary1110011100000110100111111111111010100011100001101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7341A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7341A7; }

 p { color: rgb(115,65,167); }

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

<style>
 a { background-color: #7341A7; }

 a { background-color: rgb(115,65,167); }

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

<style>
 span { border-color: #7341A7; }

 span { border-color: rgb(115,65,167); }

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