Html Css Color HEX #7A59AD Studio

📋 copy color: '#7A59AD'

red 122 ◦ green 89 ◦ blue 173

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

Shades of Studio #7A59AD

Tints of Studio #7A59AD

RGB

 RED value IS 122 (48.05% from 255) = 31.77%

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 31.77%
G = 23.18%
B = 45.05%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A59AD (or 0x7A59AD) is known color: Studio. HEX triplet: 7A, 59 and AD. RGB value is (122,89,173). Sum of RGB (Red+Green+Blue) = 122+89+173=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A59AD is #85A652. Grayscale: #6C6C6C. Windows color (decimal): -8758867 or 11360634. OLE color: 11360634.

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

Color convert

RGB 122 89 173 -
CMYK 0.29 0.49 0 0.32
HSL 263.57º 0.34% 0.51% -
HSV(B) 263.57º 0.49% 0.68% -
XYZ 19.14 14.3 41.29 -
YUV 108.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 122 89 173 0.29 0.49 0 0.32 263.57 0.34 0.51
Hex 7A 59 AD 1D 31 0 20 108 22 33
Octal 172 131 255 35 61 0 40 410 42 63
Binary 1111010 1011001 10101101 11101 110001 0 100000 100001000 100010 110011

Color Harmonies of #7A59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A59AD

Black with #7A59AD

Text Example


Text Example

White with #7A59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,89,173); }

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

background-color css

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

 a { background-color: rgb(122,89,173); }

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

border-color css

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

 span { border-color: rgb(122,89,173); }

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