Html Css Color HEX #7352AA Studio

📋 copy color: '#7352AA'

red 115 ◦ green 82 ◦ blue 170

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

Shades of Studio #7352AA

Tints of Studio #7352AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

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

R = 31.34%
G = 22.34%
B = 46.32%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7352AA (or 0x7352AA) is known color: Studio. HEX triplet: 73, 52 and AA. RGB value is (115,82,170). Sum of RGB (Red+Green+Blue) = 115+82+170=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #7352AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7352AA is #8CAD55. Grayscale: #656565. Windows color (decimal): -9219414 or 11162227. OLE color: 11162227.

HSL color Cylindrical-coordinate representation of color #7352AA: hue angle of 262.5º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7352AA is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 82 170 -
CMYK 0.32 0.52 0 0.33
HSL 262.5º 0.35% 0.49% -
HSV(B) 262.5º 0.52% 0.67% -
XYZ 17.34 12.58 39.54 -
YUV 101.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 115 82 170 0.32 0.52 0 0.33 262.5 0.35 0.49
Hex 73 52 AA 20 34 0 21 106 23 31
Octal 163 122 252 40 64 0 41 406 43 61
Binary 1110011 1010010 10101010 100000 110100 0 100001 100000110 100011 110001

Color Harmonies of #7352AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7352AA

Black with #7352AA

Text Example


Text Example

White with #7352AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,82,170); }

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

background-color css

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

 a { background-color: rgb(115,82,170); }

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

border-color css

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

 span { border-color: rgb(115,82,170); }

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