#7245AE

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

Shades of Studio #7245AE

Tints of Studio #7245AE

Color information

#7245AE (or 0x7245AE) is unknown color: approx Studio. HEX triplet: 72, 45 and AE. RGB value is (114,69,174). Sum of RGB (Red+Green+Blue) = 114+69+174=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #7245AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7245AE is #8DBA51. Grayscale: #5E5E5E. Windows color (decimal): -9288274 or 11421042. OLE color: 11421042.

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

Color convert

RGB11469174-
CMYK0.340.6000.32
HSL265.71º43.21%47.65%-
HSV(B)265.71º60.34%68.24%-
XYZ16.7110.8941.27-
YUV94.42172.91141.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=31.93%
G=19.33%
B=48.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114691740.340.6000.32265.7143.2147.65
Hex7245AE223C02010a2b30
Octal16210525642740404125360
Binary11100101000101101011101000101111000100000100001010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7245AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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