#7D589A

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

Shades of Studio #7D589A

Tints of Studio #7D589A

Color information

#7D589A (or 0x7D589A) is unknown color: approx Studio. HEX triplet: 7D, 58 and 9A. RGB value is (125,88,154). Sum of RGB (Red+Green+Blue) = 125+88+154=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D589A is #82A765. Grayscale: #6A6A6A. Windows color (decimal): -8562534 or 10115197. OLE color: 10115197.

HSL color Cylindrical-coordinate representation of color #7D589A: hue angle of 273.64º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D589A is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12588154-
CMYK0.190.4300.40
HSL273.64º27.27%47.45%-
HSV(B)273.64º42.86%60.39%-
XYZ17.7813.6732.27-
YUV106.59154.76141.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.06%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=34.06%
G=23.98%
B=41.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125881540.190.4300.40273.6427.2747.45
Hex7D589A132B0281121b2f
Octal17513023223530504223357
Binary111110110110001001101010011101011010100010001001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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