Html Css Color HEX #7A4997 Studio

📋 copy color: '#7A4997'

red 122 ◦ green 73 ◦ blue 151

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

Shades of Studio #7A4997

Tints of Studio #7A4997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 151 (59.38% from 255) = 43.64%

R = 35.26%
G = 21.1%
B = 43.64%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7A4997 (or 0x7A4997) is known color: Studio. HEX triplet: 7A, 49 and 97. RGB value is (122,73,151). Sum of RGB (Red+Green+Blue) = 122+73+151=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A4997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4997 is #85B668. Grayscale: #606060. Windows color (decimal): -8762985 or 9914746. OLE color: 9914746.

HSL color Cylindrical-coordinate representation of color #7A4997: hue angle of 277.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A4997 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 73 151 -
CMYK 0.19 0.52 0 0.41
HSL 277.69º 0.35% 0.44% -
HSV(B) 277.69º 0.52% 0.59% -
XYZ 15.99 11.14 30.58 -
YUV 96.54 158.73 146.16 -
System Red Green Blue C M Y K H S L
Decimal 122 73 151 0.19 0.52 0 0.41 277.69 0.35 0.44
Hex 7A 49 97 13 34 0 29 116 23 2C
Octal 172 111 227 23 64 0 51 426 43 54
Binary 1111010 1001001 10010111 10011 110100 0 101001 100010110 100011 101100

Color Harmonies of #7A4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4997

Black with #7A4997

Text Example


Text Example

White with #7A4997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,73,151); }

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

background-color css

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

 a { background-color: rgb(122,73,151); }

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

border-color css

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

 span { border-color: rgb(122,73,151); }

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