Html Css Color HEX #7449AA Studio

📋 copy color: '#7449AA'

red 116 ◦ green 73 ◦ blue 170

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

Shades of Studio #7449AA

Tints of Studio #7449AA

RGB

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

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

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

R = 32.31%
G = 20.33%
B = 47.35%

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

#7449AA (or 0x7449AA) is known color: Studio. HEX triplet: 74, 49 and AA. RGB value is (116,73,170). Sum of RGB (Red+Green+Blue) = 116+73+170=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #7449AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7449AA is #8BB655. Grayscale: #606060. Windows color (decimal): -9156182 or 11159924. OLE color: 11159924.

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

Color convert

RGB 116 73 170 -
CMYK 0.32 0.57 0 0.33
HSL 266.6º 0.4% 0.48% -
HSV(B) 266.6º 0.57% 0.67% -
XYZ 16.84 11.38 39.34 -
YUV 96.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 116 73 170 0.32 0.57 0 0.33 266.6 0.4 0.48
Hex 74 49 AA 20 39 0 21 10B 28 30
Octal 164 111 252 40 71 0 41 413 50 60
Binary 1110100 1001001 10101010 100000 111001 0 100001 100001011 101000 110000

Color Harmonies of #7449AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449AA

Black with #7449AA

Text Example


Text Example

White with #7449AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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