#7247AC

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

Shades of Studio #7247AC

Tints of Studio #7247AC

Color information

#7247AC (or 0x7247AC) is unknown color: approx Studio. HEX triplet: 72, 47 and AC. RGB value is (114,71,172). Sum of RGB (Red+Green+Blue) = 114+71+172=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #7247AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7247AC is #8DB853. Grayscale: #5F5F5F. Windows color (decimal): -9287764 or 11290482. OLE color: 11290482.

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

Color convert

RGB11471172-
CMYK0.340.5900.33
HSL265.54º41.56%47.65%-
HSV(B)265.54º58.72%67.45%-
XYZ16.6411.0640.29-
YUV95.37171.25141.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=31.93%
G=19.89%
B=48.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114711720.340.5900.33265.5441.5647.65
Hex7247AC223B02110a2a30
Octal16210725442730414125260
Binary11100101000111101011001000101110110100001100001010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7247AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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