#7045B3

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

Shades of Studio #7045B3

Tints of Studio #7045B3

Color information

#7045B3 (or 0x7045B3) is unknown color: approx Studio. HEX triplet: 70, 45 and B3. RGB value is (112,69,179). Sum of RGB (Red+Green+Blue) = 112+69+179=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #7045B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7045B3 is #8FBA4C. Grayscale: #5E5E5E. Windows color (decimal): -9419341 or 11748720. OLE color: 11748720.

HSL color Cylindrical-coordinate representation of color #7045B3: hue angle of 263.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7045B3 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11269179-
CMYK0.370.6100.30
HSL263.45º44.35%48.63%-
HSV(B)263.45º61.45%70.2%-
XYZ16.9510.9643.87-
YUV94.4175.75140.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 179 (70.31% from 255) = 49.72%
R=31.11%
G=19.17%
B=49.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal112691790.370.6100.30263.4544.3548.63
Hex7045B3253D01E1072c31
Octal16010526345750364075461
Binary1110000100010110110011100101111101011110100000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7045B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7045B3; }

 p { color: rgb(112,69,179); }

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

<style>
 a { background-color: #7045B3; }

 a { background-color: rgb(112,69,179); }

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

<style>
 span { border-color: #7045B3; }

 span { border-color: rgb(112,69,179); }

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