Html Css Color HEX #7D579B Studio

📋 copy color: '#7D579B'

red 125 ◦ green 87 ◦ blue 155

#7D579B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #7D579B

Tints of Studio #7D579B

RGB

 RED value IS 125 (49.22% from 255) = 34.06%

 GREEN value IS 87 (34.38% from 255) = 23.71%

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 34.06%
G = 23.71%
B = 42.23%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D579B (or 0x7D579B) is known color: Studio. HEX triplet: 7D, 57 and 9B. RGB value is (125,87,155). Sum of RGB (Red+Green+Blue) = 125+87+155=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D579B is #82A864. Grayscale: #696969. Windows color (decimal): -8562789 or 10180477. OLE color: 10180477.

HSL color Cylindrical-coordinate representation of color #7D579B: hue angle of 273.53º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D579B is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 87 155 -
CMYK 0.19 0.44 0 0.39
HSL 273.53º 0.28% 0.47% -
HSV(B) 273.53º 0.44% 0.61% -
XYZ 17.78 13.54 32.69 -
YUV 106.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 125 87 155 0.19 0.44 0 0.39 273.53 0.28 0.47
Hex 7D 57 9B 13 2C 0 27 112 1C 2F
Octal 175 127 233 23 54 0 47 422 34 57
Binary 1111101 1010111 10011011 10011 101100 0 100111 100010010 11100 101111

Color Harmonies of #7D579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D579B

Black with #7D579B

Text Example


Text Example

White with #7D579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D579B;
 }
 .AnyTagClassName
 {
   color: #7D579B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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