Html Css Color HEX #7A4797 Studio

📋 copy color: '#7A4797'

red 122 ◦ green 71 ◦ blue 151

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

Shades of Studio #7A4797

Tints of Studio #7A4797

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.64%

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

R = 35.47%
G = 20.64%
B = 43.9%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7A4797 (or 0x7A4797) is known color: Studio. HEX triplet: 7A, 47 and 97. RGB value is (122,71,151). Sum of RGB (Red+Green+Blue) = 122+71+151=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A4797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4797 is #85B868. Grayscale: #5F5F5F. Windows color (decimal): -8763497 or 9914234. OLE color: 9914234.

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

Color convert

RGB 122 71 151 -
CMYK 0.19 0.53 0 0.41
HSL 278.25º 0.36% 0.44% -
HSV(B) 278.25º 0.53% 0.59% -
XYZ 15.87 10.88 30.54 -
YUV 95.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 122 71 151 0.19 0.53 0 0.41 278.25 0.36 0.44
Hex 7A 47 97 13 35 0 29 116 24 2C
Octal 172 107 227 23 65 0 51 426 44 54
Binary 1111010 1000111 10010111 10011 110101 0 101001 100010110 100100 101100

Color Harmonies of #7A4797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4797

Black with #7A4797

Text Example


Text Example

White with #7A4797

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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