Html Css Color HEX #7C47AB Studio

📋 copy color: '#7C47AB'

red 124 ◦ green 71 ◦ blue 171

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

Shades of Studio #7C47AB

Tints of Studio #7C47AB

RGB

 RED value IS 124 (48.83% from 255) = 33.88%

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

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

R = 33.88%
G = 19.4%
B = 46.72%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C47AB (or 0x7C47AB) is known color: Studio. HEX triplet: 7C, 47 and AB. RGB value is (124,71,171). Sum of RGB (Red+Green+Blue) = 124+71+171=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C47AB is #83B854. Grayscale: #616161. Windows color (decimal): -8632405 or 11224956. OLE color: 11224956.

HSL color Cylindrical-coordinate representation of color #7C47AB: hue angle of 271.8º 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 #7C47AB is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 71 171 -
CMYK 0.27 0.58 0 0.33
HSL 271.8º 0.41% 0.47% -
HSV(B) 271.8º 0.58% 0.67% -
XYZ 17.92 11.73 39.85 -
YUV 98.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 124 71 171 0.27 0.58 0 0.33 271.8 0.41 0.47
Hex 7C 47 AB 1B 3A 0 21 110 29 2F
Octal 174 107 253 33 72 0 41 420 51 57
Binary 1111100 1000111 10101011 11011 111010 0 100001 100010000 101001 101111

Color Harmonies of #7C47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C47AB

Black with #7C47AB

Text Example


Text Example

White with #7C47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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