#7249AE

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

Shades of Studio #7249AE

Tints of Studio #7249AE

Color information

#7249AE (or 0x7249AE) is unknown color: approx Studio. HEX triplet: 72, 49 and AE. RGB value is (114,73,174). Sum of RGB (Red+Green+Blue) = 114+73+174=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #7249AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7249AE is #8DB651. Grayscale: #606060. Windows color (decimal): -9287250 or 11422066. OLE color: 11422066.

HSL color Cylindrical-coordinate representation of color #7249AE: hue angle of 264.36º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7249AE is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11473174-
CMYK0.340.5800.32
HSL264.36º40.89%48.43%-
HSV(B)264.36º58.05%68.24%-
XYZ16.9611.441.35-
YUV96.77171.58140.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=31.58%
G=20.22%
B=48.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114731740.340.5800.32264.3640.8948.43
Hex7249AE223A0201082930
Octal16211125642720404105160
Binary11100101001001101011101000101110100100000100001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7249AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7249AE; }

 p { color: rgb(114,73,174); }

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

<style>
 a { background-color: #7249AE; }

 a { background-color: rgb(114,73,174); }

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

<style>
 span { border-color: #7249AE; }

 span { border-color: rgb(114,73,174); }

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