Html Css Color HEX #7549AE Studio

📋 copy color: '#7549AE'

red 117 ◦ green 73 ◦ blue 174

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

Shades of Studio #7549AE

Tints of Studio #7549AE

RGB

 RED value IS 117 (46.09% from 255) = 32.14%

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

 BLUE value IS 174 (68.36% from 255) = 47.8%

R = 32.14%
G = 20.05%
B = 47.8%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7549AE (or 0x7549AE) is known color: Studio. HEX triplet: 75, 49 and AE. RGB value is (117,73,174). Sum of RGB (Red+Green+Blue) = 117+73+174=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #7549AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7549AE is #8AB651. Grayscale: #616161. Windows color (decimal): -9090642 or 11422069. OLE color: 11422069.

HSL color Cylindrical-coordinate representation of color #7549AE: hue angle of 266.14º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7549AE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 73 174 -
CMYK 0.33 0.58 0 0.32
HSL 266.14º 0.41% 0.48% -
HSV(B) 266.14º 0.58% 0.68% -
XYZ 17.36 11.6 41.37 -
YUV 97.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 117 73 174 0.33 0.58 0 0.32 266.14 0.41 0.48
Hex 75 49 AE 21 3A 0 20 10A 29 30
Octal 165 111 256 41 72 0 40 412 51 60
Binary 1110101 1001001 10101110 100001 111010 0 100000 100001010 101001 110000

Color Harmonies of #7549AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7549AE

Black with #7549AE

Text Example


Text Example

White with #7549AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7549AE; }

 p { color: rgb(117,73,174); }

 H1.HeaderClassName
 {
   color: #7549AE;
 }
 .AnyTagClassName
 {
   color: #7549AE;
 }
</style>

background-color css

<style>
 a { background-color: #7549AE; }

 a { background-color: rgb(117,73,174); }

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

border-color css

<style>
 span { border-color: #7549AE; }

 span { border-color: rgb(117,73,174); }

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