#7048A7

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

Shades of Studio #7048A7

Tints of Studio #7048A7

Color information

#7048A7 (or 0x7048A7) is unknown color: approx Studio. HEX triplet: 70, 48 and A7. RGB value is (112,72,167). Sum of RGB (Red+Green+Blue) = 112+72+167=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 167 (65.62% from 255 or 47.58% from 351); Max value from RGB is 167 - color contains mainly: blue. Hex color #7048A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7048A7 is #8FB758. Grayscale: #5E5E5E. Windows color (decimal): -9418585 or 10963056. OLE color: 10963056.

HSL color Cylindrical-coordinate representation of color #7048A7: hue angle of 265.26º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7048A7 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11272167-
CMYK0.330.5700.35
HSL265.26º39.75%46.86%-
HSV(B)265.26º56.89%65.49%-
XYZ15.9710.8737.82-
YUV94.79168.75140.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 167 (65.62% from 255) = 47.58%
R=31.91%
G=20.51%
B=47.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112721670.330.5700.35265.2639.7546.86
Hex7048A72139023109282f
Octal16011024741710434115057
Binary11100001001000101001111000011110010100011100001001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7048A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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