Html Css Color HEX #7D47AB Studio

📋 copy color: '#7D47AB'

red 125 ◦ green 71 ◦ blue 171

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

Shades of Studio #7D47AB

Tints of Studio #7D47AB

RGB

 RED value IS 125 (49.22% from 255) = 34.06%

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

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

R = 34.06%
G = 19.35%
B = 46.59%

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

#7D47AB (or 0x7D47AB) is known color: Studio. HEX triplet: 7D, 47 and AB. RGB value is (125,71,171). Sum of RGB (Red+Green+Blue) = 125+71+171=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D47AB is #82B854. Grayscale: #626262. Windows color (decimal): -8566869 or 11224957. OLE color: 11224957.

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

Color convert

RGB 125 71 171 -
CMYK 0.27 0.58 0 0.33
HSL 272.4º 0.41% 0.47% -
HSV(B) 272.4º 0.58% 0.67% -
XYZ 18.06 11.81 39.86 -
YUV 98.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 125 71 171 0.27 0.58 0 0.33 272.4 0.41 0.47
Hex 7D 47 AB 1B 3A 0 21 110 29 2F
Octal 175 107 253 33 72 0 41 420 51 57
Binary 1111101 1000111 10101011 11011 111010 0 100001 100010000 101001 101111

Color Harmonies of #7D47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D47AB

Black with #7D47AB

Text Example


Text Example

White with #7D47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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