Html Css Color HEX #7A479D Studio

📋 copy color: '#7A479D'

red 122 ◦ green 71 ◦ blue 157

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

Shades of Studio #7A479D

Tints of Studio #7A479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 34.86%
G = 20.29%
B = 44.86%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A479D (or 0x7A479D) is known color: Studio. HEX triplet: 7A, 47 and 9D. RGB value is (122,71,157). Sum of RGB (Red+Green+Blue) = 122+71+157=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A479D is #85B862. Grayscale: #5F5F5F. Windows color (decimal): -8763491 or 10307450. OLE color: 10307450.

HSL color Cylindrical-coordinate representation of color #7A479D: hue angle of 275.58º 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 #7A479D is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 71 157 -
CMYK 0.22 0.55 0 0.38
HSL 275.58º 0.38% 0.45% -
HSV(B) 275.58º 0.55% 0.62% -
XYZ 16.37 11.08 33.17 -
YUV 96.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 122 71 157 0.22 0.55 0 0.38 275.58 0.38 0.45
Hex 7A 47 9D 16 37 0 26 114 26 2D
Octal 172 107 235 26 67 0 46 424 46 55
Binary 1111010 1000111 10011101 10110 110111 0 100110 100010100 100110 101101

Color Harmonies of #7A479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A479D

Black with #7A479D

Text Example


Text Example

White with #7A479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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