Html Css Color HEX #7A47AD Studio

📋 copy color: '#7A47AD'

red 122 ◦ green 71 ◦ blue 173

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

Shades of Studio #7A47AD

Tints of Studio #7A47AD

RGB

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

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

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

R = 33.33%
G = 19.4%
B = 47.27%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A47AD (or 0x7A47AD) is known color: Studio. HEX triplet: 7A, 47 and AD. RGB value is (122,71,173). Sum of RGB (Red+Green+Blue) = 122+71+173=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A47AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A47AD is #85B852. Grayscale: #616161. Windows color (decimal): -8763475 or 11356026. OLE color: 11356026.

HSL color Cylindrical-coordinate representation of color #7A47AD: hue angle of 270º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A47AD is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 71 173 -
CMYK 0.29 0.59 0 0.32
HSL 270º 0.42% 0.48% -
HSV(B) 270º 0.59% 0.68% -
XYZ 17.82 11.66 40.85 -
YUV 97.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 122 71 173 0.29 0.59 0 0.32 270 0.42 0.48
Hex 7A 47 AD 1D 3B 0 20 10E 2A 30
Octal 172 107 255 35 73 0 40 416 52 60
Binary 1111010 1000111 10101101 11101 111011 0 100000 100001110 101010 110000

Color Harmonies of #7A47AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A47AD

Black with #7A47AD

Text Example


Text Example

White with #7A47AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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