Html Css Color HEX #7A479E Studio

📋 copy color: '#7A479E'

red 122 ◦ green 71 ◦ blue 158

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

Shades of Studio #7A479E

Tints of Studio #7A479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.01%

R = 34.76%
G = 20.23%
B = 45.01%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A479E (or 0x7A479E) is known color: Studio. HEX triplet: 7A, 47 and 9E. RGB value is (122,71,158). Sum of RGB (Red+Green+Blue) = 122+71+158=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A479E is #85B861. Grayscale: #5F5F5F. Windows color (decimal): -8763490 or 10372986. OLE color: 10372986.

HSL color Cylindrical-coordinate representation of color #7A479E: hue angle of 275.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A479E is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 71 158 -
CMYK 0.23 0.55 0 0.38
HSL 275.17º 0.38% 0.45% -
HSV(B) 275.17º 0.55% 0.62% -
XYZ 16.45 11.11 33.63 -
YUV 96.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 122 71 158 0.23 0.55 0 0.38 275.17 0.38 0.45
Hex 7A 47 9E 17 37 0 26 113 26 2D
Octal 172 107 236 27 67 0 46 423 46 55
Binary 1111010 1000111 10011110 10111 110111 0 100110 100010011 100110 101101

Color Harmonies of #7A479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A479E

Black with #7A479E

Text Example


Text Example

White with #7A479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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