Html Css Color HEX #7052AA Studio

📋 copy color: '#7052AA'

red 112 ◦ green 82 ◦ blue 170

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

Shades of Studio #7052AA

Tints of Studio #7052AA

RGB

 RED value IS 112 (44.14% from 255) = 30.77%

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

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

R = 30.77%
G = 22.53%
B = 46.7%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7052AA (or 0x7052AA) is known color: Studio. HEX triplet: 70, 52 and AA. RGB value is (112,82,170). Sum of RGB (Red+Green+Blue) = 112+82+170=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #7052AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7052AA is #8FAD55. Grayscale: #646464. Windows color (decimal): -9416022 or 11162224. OLE color: 11162224.

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

Color convert

RGB 112 82 170 -
CMYK 0.34 0.52 0 0.33
HSL 260.45º 0.35% 0.49% -
HSV(B) 260.45º 0.52% 0.67% -
XYZ 16.96 12.38 39.53 -
YUV 101 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 112 82 170 0.34 0.52 0 0.33 260.45 0.35 0.49
Hex 70 52 AA 22 34 0 21 104 23 31
Octal 160 122 252 42 64 0 41 404 43 61
Binary 1110000 1010010 10101010 100010 110100 0 100001 100000100 100011 110001

Color Harmonies of #7052AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7052AA

Black with #7052AA

Text Example


Text Example

White with #7052AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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