Html Css Color HEX #7349AE Studio

📋 copy color: '#7349AE'

red 115 ◦ green 73 ◦ blue 174

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

Shades of Studio #7349AE

Tints of Studio #7349AE

RGB

 RED value IS 115 (45.31% from 255) = 31.77%

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

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

R = 31.77%
G = 20.17%
B = 48.07%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7349AE (or 0x7349AE) is known color: Studio. HEX triplet: 73, 49 and AE. RGB value is (115,73,174). Sum of RGB (Red+Green+Blue) = 115+73+174=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #7349AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7349AE is #8CB651. Grayscale: #606060. Windows color (decimal): -9221714 or 11422067. OLE color: 11422067.

HSL color Cylindrical-coordinate representation of color #7349AE: hue angle of 264.95º 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 #7349AE is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 73 174 -
CMYK 0.34 0.58 0 0.32
HSL 264.95º 0.41% 0.48% -
HSV(B) 264.95º 0.58% 0.68% -
XYZ 17.09 11.47 41.36 -
YUV 97.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 115 73 174 0.34 0.58 0 0.32 264.95 0.41 0.48
Hex 73 49 AE 22 3A 0 20 109 29 30
Octal 163 111 256 42 72 0 40 411 51 60
Binary 1110011 1001001 10101110 100010 111010 0 100000 100001001 101001 110000

Color Harmonies of #7349AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7349AE

Black with #7349AE

Text Example


Text Example

White with #7349AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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