#7242AA

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

Shades of Studio #7242AA

Tints of Studio #7242AA

Color information

#7242AA (or 0x7242AA) is unknown color: approx Studio. HEX triplet: 72, 42 and AA. RGB value is (114,66,170). Sum of RGB (Red+Green+Blue) = 114+66+170=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 66 (26.17% from 255 or 18.86% 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 #7242AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7242AA is #8DBD55. Grayscale: #5B5B5B. Windows color (decimal): -9289046 or 11158130. OLE color: 11158130.

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

Color convert

RGB11466170-
CMYK0.330.6100.33
HSL267.69º44.07%46.27%-
HSV(B)267.69º61.18%66.67%-
XYZ16.1410.3839.18-
YUV92.21171.9143.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=32.57%
G=18.86%
B=48.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114661700.330.6100.33267.6944.0746.27
Hex7242AA213D02110c2c2e
Octal16210225241750414145456
Binary11100101000010101010101000011111010100001100001100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7242AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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