#7D579D

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

Shades of Studio #7D579D

Tints of Studio #7D579D

Color information

#7D579D (or 0x7D579D) is unknown color: approx Studio. HEX triplet: 7D, 57 and 9D. RGB value is (125,87,157). Sum of RGB (Red+Green+Blue) = 125+87+157=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D579D is #82A862. Grayscale: #6A6A6A. Windows color (decimal): -8562787 or 10311549. OLE color: 10311549.

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

Color convert

RGB12587157-
CMYK0.200.4500.38
HSL272.57º28.69%47.84%-
HSV(B)272.57º44.59%61.57%-
XYZ17.9513.6133.58-
YUV106.34156.59141.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.88%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=33.88%
G=23.58%
B=42.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125871570.200.4500.38272.5728.6947.84
Hex7D579D142D0261111d30
Octal17512723524550464213560
Binary111110110101111001110110100101101010011010001000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,87,157); }

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

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

 a { background-color: rgb(125,87,157); }

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

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

 span { border-color: rgb(125,87,157); }

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