#7048A4

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

Shades of Studio #7048A4

Tints of Studio #7048A4

Color information

#7048A4 (or 0x7048A4) is unknown color: approx Studio. HEX triplet: 70, 48 and A4. RGB value is (112,72,164). Sum of RGB (Red+Green+Blue) = 112+72+164=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #7048A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7048A4 is #8FB75B. Grayscale: #5E5E5E. Windows color (decimal): -9418588 or 10766448. OLE color: 10766448.

HSL color Cylindrical-coordinate representation of color #7048A4: hue angle of 266.09º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7048A4 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11272164-
CMYK0.320.5600.36
HSL266.09º38.98%46.27%-
HSV(B)266.09º56.1%64.31%-
XYZ15.710.7636.37-
YUV94.45167.25140.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 164 (64.45% from 255) = 47.13%
R=32.18%
G=20.69%
B=47.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112721640.320.5600.36266.0938.9846.27
Hex7048A4203802410a272e
Octal16011024440700444124756
Binary11100001001000101001001000001110000100100100001010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7048A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7048A4; }

 p { color: rgb(112,72,164); }

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

<style>
 a { background-color: #7048A4; }

 a { background-color: rgb(112,72,164); }

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

<style>
 span { border-color: #7048A4; }

 span { border-color: rgb(112,72,164); }

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