Html Css Color HEX #7D59AA Studio

📋 copy color: '#7D59AA'

red 125 ◦ green 89 ◦ blue 170

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

Shades of Studio #7D59AA

Tints of Studio #7D59AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 32.55%
G = 23.18%
B = 44.27%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D59AA (or 0x7D59AA) is known color: Studio. HEX triplet: 7D, 59 and AA. RGB value is (125,89,170). Sum of RGB (Red+Green+Blue) = 125+89+170=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D59AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D59AA is #82A655. Grayscale: #6C6C6C. Windows color (decimal): -8562262 or 11164029. OLE color: 11164029.

HSL color Cylindrical-coordinate representation of color #7D59AA: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D59AA is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 89 170 -
CMYK 0.26 0.48 0 0.33
HSL 266.67º 0.32% 0.51% -
HSV(B) 266.67º 0.48% 0.67% -
XYZ 19.29 14.41 39.79 -
YUV 109 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 125 89 170 0.26 0.48 0 0.33 266.67 0.32 0.51
Hex 7D 59 AA 1A 30 0 21 10B 20 33
Octal 175 131 252 32 60 0 41 413 40 63
Binary 1111101 1011001 10101010 11010 110000 0 100001 100001011 100000 110011

Color Harmonies of #7D59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D59AA

Black with #7D59AA

Text Example


Text Example

White with #7D59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,89,170); }

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

background-color css

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

 a { background-color: rgb(125,89,170); }

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

border-color css

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

 span { border-color: rgb(125,89,170); }

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