Html Css Color HEX #7449AB Studio

📋 copy color: '#7449AB'

red 116 ◦ green 73 ◦ blue 171

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

Shades of Studio #7449AB

Tints of Studio #7449AB

RGB

 RED value IS 116 (45.7% from 255) = 32.22%

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

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

R = 32.22%
G = 20.28%
B = 47.5%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7449AB (or 0x7449AB) is known color: Studio. HEX triplet: 74, 49 and AB. RGB value is (116,73,171). Sum of RGB (Red+Green+Blue) = 116+73+171=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #7449AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7449AB is #8BB654. Grayscale: #606060. Windows color (decimal): -9156181 or 11225460. OLE color: 11225460.

HSL color Cylindrical-coordinate representation of color #7449AB: hue angle of 266.33º 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 #7449AB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 73 171 -
CMYK 0.32 0.57 0 0.33
HSL 266.33º 0.4% 0.48% -
HSV(B) 266.33º 0.57% 0.67% -
XYZ 16.94 11.42 39.84 -
YUV 97.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 116 73 171 0.32 0.57 0 0.33 266.33 0.4 0.48
Hex 74 49 AB 20 39 0 21 10A 28 30
Octal 164 111 253 40 71 0 41 412 50 60
Binary 1110100 1001001 10101011 100000 111001 0 100001 100001010 101000 110000

Color Harmonies of #7449AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449AB

Black with #7449AB

Text Example


Text Example

White with #7449AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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