#7044AA

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

Shades of Studio #7044AA

Tints of Studio #7044AA

Color information

#7044AA (or 0x7044AA) is unknown color: approx Studio. HEX triplet: 70, 44 and AA. RGB value is (112,68,170). Sum of RGB (Red+Green+Blue) = 112+68+170=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #7044AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7044AA is #8FBB55. Grayscale: #5C5C5C. Windows color (decimal): -9419606 or 11158640. OLE color: 11158640.

HSL color Cylindrical-coordinate representation of color #7044AA: hue angle of 265.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7044AA is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11268170-
CMYK0.340.600.33
HSL265.88º42.86%46.67%-
HSV(B)265.88º60%66.67%-
XYZ1610.4839.21-
YUV92.78171.58141.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=32%
G=19.43%
B=48.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112681700.340.600.33265.8842.8646.67
Hex7044AA223C02110a2b2f
Octal16010425242740414125357
Binary11100001000100101010101000101111000100001100001010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7044AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7044AA; }

 p { color: rgb(112,68,170); }

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

<style>
 a { background-color: #7044AA; }

 a { background-color: rgb(112,68,170); }

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

<style>
 span { border-color: #7044AA; }

 span { border-color: rgb(112,68,170); }

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