Html Css Color HEX #7047AA Studio

📋 copy color: '#7047AA'

red 112 ◦ green 71 ◦ blue 170

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

Shades of Studio #7047AA

Tints of Studio #7047AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 31.73%
G = 20.11%
B = 48.16%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7047AA (or 0x7047AA) is known color: Studio. HEX triplet: 70, 47 and AA. RGB value is (112,71,170). Sum of RGB (Red+Green+Blue) = 112+71+170=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #7047AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7047AA is #8FB855. Grayscale: #5E5E5E. Windows color (decimal): -9418838 or 11159408. OLE color: 11159408.

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

Color convert

RGB 112 71 170 -
CMYK 0.34 0.58 0 0.33
HSL 264.85º 0.41% 0.47% -
HSV(B) 264.85º 0.58% 0.67% -
XYZ 16.19 10.85 39.27 -
YUV 94.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 112 71 170 0.34 0.58 0 0.33 264.85 0.41 0.47
Hex 70 47 AA 22 3A 0 21 109 29 2F
Octal 160 107 252 42 72 0 41 411 51 57
Binary 1110000 1000111 10101010 100010 111010 0 100001 100001001 101001 101111

Color Harmonies of #7047AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047AA

Black with #7047AA

Text Example


Text Example

White with #7047AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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