Html Css Color HEX #7549A5 Studio

📋 copy color: '#7549A5'

red 117 ◦ green 73 ◦ blue 165

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

Shades of Studio #7549A5

Tints of Studio #7549A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.48%

R = 32.96%
G = 20.56%
B = 46.48%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7549A5 (or 0x7549A5) is known color: Studio. HEX triplet: 75, 49 and A5. RGB value is (117,73,165). Sum of RGB (Red+Green+Blue) = 117+73+165=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #7549A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7549A5 is #8AB65A. Grayscale: #606060. Windows color (decimal): -9090651 or 10832245. OLE color: 10832245.

HSL color Cylindrical-coordinate representation of color #7549A5: hue angle of 268.7º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7549A5 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 73 165 -
CMYK 0.29 0.56 0 0.35
HSL 268.7º 0.39% 0.47% -
HSV(B) 268.7º 0.56% 0.65% -
XYZ 16.51 11.26 36.9 -
YUV 96.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 117 73 165 0.29 0.56 0 0.35 268.7 0.39 0.47
Hex 75 49 A5 1D 38 0 23 10D 27 2F
Octal 165 111 245 35 70 0 43 415 47 57
Binary 1110101 1001001 10100101 11101 111000 0 100011 100001101 100111 101111

Color Harmonies of #7549A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7549A5

Black with #7549A5

Text Example


Text Example

White with #7549A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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