Html Css Color HEX #7149AC Studio

📋 copy color: '#7149AC'

red 113 ◦ green 73 ◦ blue 172

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

Shades of Studio #7149AC

Tints of Studio #7149AC

RGB

 RED value IS 113 (44.53% from 255) = 31.56%

 GREEN value IS 73 (28.91% from 255) = 20.39%

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 31.56%
G = 20.39%
B = 48.04%

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

#7149AC (or 0x7149AC) is known color: Studio. HEX triplet: 71, 49 and AC. RGB value is (113,73,172). Sum of RGB (Red+Green+Blue) = 113+73+172=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #7149AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7149AC is #8EB653. Grayscale: #5F5F5F. Windows color (decimal): -9352788 or 11290993. OLE color: 11290993.

HSL color Cylindrical-coordinate representation of color #7149AC: hue angle of 264.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7149AC is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 73 172 -
CMYK 0.34 0.58 0 0.33
HSL 264.24º 0.4% 0.48% -
HSV(B) 264.24º 0.58% 0.67% -
XYZ 16.64 11.25 40.33 -
YUV 96.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 113 73 172 0.34 0.58 0 0.33 264.24 0.4 0.48
Hex 71 49 AC 22 3A 0 21 108 28 30
Octal 161 111 254 42 72 0 41 410 50 60
Binary 1110001 1001001 10101100 100010 111010 0 100001 100001000 101000 110000

Color Harmonies of #7149AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149AC

Black with #7149AC

Text Example


Text Example

White with #7149AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7149AC; }

 p { color: rgb(113,73,172); }

 H1.HeaderClassName
 {
   color: #7149AC;
 }
 .AnyTagClassName
 {
   color: #7149AC;
 }
</style>

background-color css

<style>
 a { background-color: #7149AC; }

 a { background-color: rgb(113,73,172); }

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

border-color css

<style>
 span { border-color: #7149AC; }

 span { border-color: rgb(113,73,172); }

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