Html Css Color HEX #7149AB Studio

📋 copy color: '#7149AB'

red 113 ◦ green 73 ◦ blue 171

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

Shades of Studio #7149AB

Tints of Studio #7149AB

RGB

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

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

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

R = 31.65%
G = 20.45%
B = 47.9%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7149AB (or 0x7149AB) is known color: Studio. HEX triplet: 71, 49 and AB. RGB value is (113,73,171). Sum of RGB (Red+Green+Blue) = 113+73+171=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #7149AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7149AB is #8EB654. Grayscale: #5F5F5F. Windows color (decimal): -9352789 or 11225457. OLE color: 11225457.

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

Color convert

RGB 113 73 171 -
CMYK 0.34 0.57 0 0.33
HSL 264.49º 0.4% 0.48% -
HSV(B) 264.49º 0.57% 0.67% -
XYZ 16.54 11.22 39.82 -
YUV 96.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 113 73 171 0.34 0.57 0 0.33 264.49 0.4 0.48
Hex 71 49 AB 22 39 0 21 108 28 30
Octal 161 111 253 42 71 0 41 410 50 60
Binary 1110001 1001001 10101011 100010 111001 0 100001 100001000 101000 110000

Color Harmonies of #7149AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149AB

Black with #7149AB

Text Example


Text Example

White with #7149AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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