#7A58AD

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

Shades of Studio #7A58AD

Tints of Studio #7A58AD

Color information

#7A58AD (or 0x7A58AD) is unknown color: approx Studio. HEX triplet: 7A, 58 and AD. RGB value is (122,88,173). Sum of RGB (Red+Green+Blue) = 122+88+173=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A58AD is #85A752. Grayscale: #6B6B6B. Windows color (decimal): -8759123 or 11360378. OLE color: 11360378.

HSL color Cylindrical-coordinate representation of color #7A58AD: hue angle of 264º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A58AD is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12288173-
CMYK0.290.4900.32
HSL264º34.14%51.18%-
HSV(B)264º49.13%67.84%-
XYZ19.0614.1341.26-
YUV107.86164.76138.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=31.85%
G=22.98%
B=45.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122881730.290.4900.3226434.1451.18
Hex7A58AD1D310201082233
Octal17213025535610404104263
Binary1111010101100010101101111011100010100000100001000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,88,173); }

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

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

 a { background-color: rgb(122,88,173); }

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

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

 span { border-color: rgb(122,88,173); }

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