#7253AA

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

Shades of Studio #7253AA

Tints of Studio #7253AA

Color information

#7253AA (or 0x7253AA) is unknown color: approx Studio. HEX triplet: 72, 53 and AA. RGB value is (114,83,170). Sum of RGB (Red+Green+Blue) = 114+83+170=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #7253AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7253AA is #8DAC55. Grayscale: #656565. Windows color (decimal): -9284694 or 11162482. OLE color: 11162482.

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

Color convert

RGB11483170-
CMYK0.330.5100.33
HSL261.38º34.39%49.61%-
HSV(B)261.38º51.18%66.67%-
XYZ17.2912.6739.56-
YUV102.19166.27136.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=31.06%
G=22.62%
B=46.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114831700.330.5100.33261.3834.3949.61
Hex7253AA21330211052232
Octal16212325241630414054262
Binary11100101010011101010101000011100110100001100000101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7253AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,83,170); }

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

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

 a { background-color: rgb(114,83,170); }

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

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

 span { border-color: rgb(114,83,170); }

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