#7244AA

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

Shades of Studio #7244AA

Tints of Studio #7244AA

Color information

#7244AA (or 0x7244AA) is unknown color: approx Studio. HEX triplet: 72, 44 and AA. RGB value is (114,68,170). Sum of RGB (Red+Green+Blue) = 114+68+170=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #7244AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7244AA is #8DBB55. Grayscale: #5D5D5D. Windows color (decimal): -9288534 or 11158642. OLE color: 11158642.

HSL color Cylindrical-coordinate representation of color #7244AA: hue angle of 267.06º 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 #7244AA is Cyan = 0.33, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11468170-
CMYK0.330.600.33
HSL267.06º42.86%46.67%-
HSV(B)267.06º60%66.67%-
XYZ16.2610.6139.22-
YUV93.38171.24142.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=32.39%
G=19.32%
B=48.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114681700.330.600.33267.0642.8646.67
Hex7244AA213C02110b2b2f
Octal16210425241740414135357
Binary11100101000100101010101000011111000100001100001011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7244AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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