#7247AE

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

Shades of Studio #7247AE

Tints of Studio #7247AE

Color information

#7247AE (or 0x7247AE) is unknown color: approx Studio. HEX triplet: 72, 47 and AE. RGB value is (114,71,174). Sum of RGB (Red+Green+Blue) = 114+71+174=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #7247AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7247AE is #8DB851. Grayscale: #5F5F5F. Windows color (decimal): -9287762 or 11421554. OLE color: 11421554.

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

Color convert

RGB11471174-
CMYK0.340.5900.32
HSL265.05º42.04%48.04%-
HSV(B)265.05º59.2%68.24%-
XYZ16.8311.1441.31-
YUV95.6172.25141.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=31.75%
G=19.78%
B=48.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114711740.340.5900.32265.0542.0448.04
Hex7247AE223B0201092a30
Octal16210725642730404115260
Binary11100101000111101011101000101110110100000100001001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7247AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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