#7347B1

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

Shades of Studio #7347B1

Tints of Studio #7347B1

Color information

#7347B1 (or 0x7347B1) is unknown color: approx Studio. HEX triplet: 73, 47 and B1. RGB value is (115,71,177). Sum of RGB (Red+Green+Blue) = 115+71+177=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #7347B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7347B1 is #8CB84E. Grayscale: #5F5F5F. Windows color (decimal): -9222223 or 11618163. OLE color: 11618163.

HSL color Cylindrical-coordinate representation of color #7347B1: hue angle of 264.91º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7347B1 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11571177-
CMYK0.350.6000.31
HSL264.91º42.74%48.63%-
HSV(B)264.91º59.89%69.41%-
XYZ17.2611.3342.87-
YUV96.24173.58141.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 177 (69.53% from 255) = 48.76%
R=31.68%
G=19.56%
B=48.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115711770.350.6000.31264.9142.7448.63
Hex7347B1233C01F1092b31
Octal16310726143740374115361
Binary1110011100011110110001100011111100011111100001001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7347B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7347B1; }

 p { color: rgb(115,71,177); }

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

<style>
 a { background-color: #7347B1; }

 a { background-color: rgb(115,71,177); }

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

<style>
 span { border-color: #7347B1; }

 span { border-color: rgb(115,71,177); }

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