Html Css Color HEX #7A47AB Studio

📋 copy color: '#7A47AB'

red 122 ◦ green 71 ◦ blue 171

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

Shades of Studio #7A47AB

Tints of Studio #7A47AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 33.52%
G = 19.51%
B = 46.98%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A47AB (or 0x7A47AB) is known color: Studio. HEX triplet: 7A, 47 and AB. RGB value is (122,71,171). Sum of RGB (Red+Green+Blue) = 122+71+171=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A47AB is #85B854. Grayscale: #616161. Windows color (decimal): -8763477 or 11224954. OLE color: 11224954.

HSL color Cylindrical-coordinate representation of color #7A47AB: hue angle of 270.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A47AB is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 71 171 -
CMYK 0.29 0.58 0 0.33
HSL 270.6º 0.41% 0.47% -
HSV(B) 270.6º 0.58% 0.67% -
XYZ 17.63 11.58 39.83 -
YUV 97.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 122 71 171 0.29 0.58 0 0.33 270.6 0.41 0.47
Hex 7A 47 AB 1D 3A 0 21 10F 29 2F
Octal 172 107 253 35 72 0 41 417 51 57
Binary 1111010 1000111 10101011 11101 111010 0 100001 100001111 101001 101111

Color Harmonies of #7A47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A47AB

Black with #7A47AB

Text Example


Text Example

White with #7A47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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