#7A5498

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

Shades of Studio #7A5498

Tints of Studio #7A5498

Color information

#7A5498 (or 0x7A5498) is unknown color: approx Studio. HEX triplet: 7A, 54 and 98. RGB value is (122,84,152). Sum of RGB (Red+Green+Blue) = 122+84+152=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A5498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5498 is #85AB67. Grayscale: #666666. Windows color (decimal): -8760168 or 9983098. OLE color: 9983098.

HSL color Cylindrical-coordinate representation of color #7A5498: hue angle of 273.53º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A5498 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12284152-
CMYK0.200.4500.40
HSL273.53º28.81%46.27%-
HSV(B)273.53º44.74%59.61%-
XYZ16.8612.7531.28-
YUV103.11155.59141.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.08%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=34.08%
G=23.46%
B=42.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122841520.200.4500.40273.5328.8146.27
Hex7A5498142D0281121d2e
Octal17212423024550504223556
Binary111101010101001001100010100101101010100010001001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,84,152); }

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

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

 a { background-color: rgb(122,84,152); }

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

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

 span { border-color: rgb(122,84,152); }

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