#7D58AE

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

Shades of Studio #7D58AE

Tints of Studio #7D58AE

Color information

#7D58AE (or 0x7D58AE) is unknown color: approx Studio. HEX triplet: 7D, 58 and AE. RGB value is (125,88,174). Sum of RGB (Red+Green+Blue) = 125+88+174=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D58AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D58AE is #82A751. Grayscale: #6C6C6C. Windows color (decimal): -8562514 or 11425917. OLE color: 11425917.

HSL color Cylindrical-coordinate representation of color #7D58AE: hue angle of 265.81º degrees, saturation: 0.35, 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 #7D58AE is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12588174-
CMYK0.280.4900.32
HSL265.81º34.68%51.37%-
HSV(B)265.81º49.43%68.24%-
XYZ19.5914.441.79-
YUV108.87164.76139.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.30%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=32.30%
G=22.74%
B=44.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125881740.280.4900.32265.8134.6851.37
Hex7D58AE1C3102010a2333
Octal17513025634610404124363
Binary1111101101100010101110111001100010100000100001010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,174); }

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

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

 a { background-color: rgb(125,88,174); }

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

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

 span { border-color: rgb(125,88,174); }

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