#7A479F

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

Shades of Studio #7A479F

Tints of Studio #7A479F

Color information

#7A479F (or 0x7A479F) is unknown color: approx Studio. HEX triplet: 7A, 47 and 9F. RGB value is (122,71,159). Sum of RGB (Red+Green+Blue) = 122+71+159=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A479F is #85B860. Grayscale: #5F5F5F. Windows color (decimal): -8763489 or 10438522. OLE color: 10438522.

HSL color Cylindrical-coordinate representation of color #7A479F: hue angle of 274.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A479F is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12271159-
CMYK0.230.5500.38
HSL274.77º38.26%45.1%-
HSV(B)274.77º55.35%62.35%-
XYZ16.5411.1534.08-
YUV96.28163.4146.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.66%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=34.66%
G=20.17%
B=45.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122711590.230.5500.38274.7738.2645.1
Hex7A479F1737026113262d
Octal17210723727670464234655
Binary1111010100011110011111101111101110100110100010011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A479F; }

 p { color: rgb(122,71,159); }

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

<style>
 a { background-color: #7A479F; }

 a { background-color: rgb(122,71,159); }

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

<style>
 span { border-color: #7A479F; }

 span { border-color: rgb(122,71,159); }

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