Html Css Color HEX #7047AB Studio

📋 copy color: '#7047AB'

red 112 ◦ green 71 ◦ blue 171

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

Shades of Studio #7047AB

Tints of Studio #7047AB

RGB

 RED value IS 112 (44.14% from 255) = 31.64%

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

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

R = 31.64%
G = 20.06%
B = 48.31%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7047AB (or 0x7047AB) is known color: Studio. HEX triplet: 70, 47 and AB. RGB value is (112,71,171). Sum of RGB (Red+Green+Blue) = 112+71+171=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #7047AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7047AB is #8FB854. Grayscale: #5E5E5E. Windows color (decimal): -9418837 or 11224944. OLE color: 11224944.

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

Color convert

RGB 112 71 171 -
CMYK 0.35 0.58 0 0.33
HSL 264.6º 0.41% 0.47% -
HSV(B) 264.6º 0.58% 0.67% -
XYZ 16.29 10.89 39.77 -
YUV 94.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 112 71 171 0.35 0.58 0 0.33 264.6 0.41 0.47
Hex 70 47 AB 23 3A 0 21 109 29 2F
Octal 160 107 253 43 72 0 41 411 51 57
Binary 1110000 1000111 10101011 100011 111010 0 100001 100001001 101001 101111

Color Harmonies of #7047AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047AB

Black with #7047AB

Text Example


Text Example

White with #7047AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7047AB; }

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

 H1.HeaderClassName
 {
   color: #7047AB;
 }
 .AnyTagClassName
 {
   color: #7047AB;
 }
</style>

background-color css

<style>
 a { background-color: #7047AB; }

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

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

border-color css

<style>
 span { border-color: #7047AB; }

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

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