Html Css Color HEX #7053AA Studio

📋 copy color: '#7053AA'

red 112 ◦ green 83 ◦ blue 170

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

Shades of Studio #7053AA

Tints of Studio #7053AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

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

R = 30.68%
G = 22.74%
B = 46.58%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7053AA (or 0x7053AA) is known color: Studio. HEX triplet: 70, 53 and AA. RGB value is (112,83,170). Sum of RGB (Red+Green+Blue) = 112+83+170=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #7053AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7053AA is #8FAC55. Grayscale: #656565. Windows color (decimal): -9415766 or 11162480. OLE color: 11162480.

HSL color Cylindrical-coordinate representation of color #7053AA: hue angle of 260º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7053AA is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 83 170 -
CMYK 0.34 0.51 0 0.33
HSL 260º 0.34% 0.5% -
HSV(B) 260º 0.51% 0.67% -
XYZ 17.03 12.53 39.55 -
YUV 101.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 112 83 170 0.34 0.51 0 0.33 260 0.34 0.5
Hex 70 53 AA 22 33 0 21 104 22 32
Octal 160 123 252 42 63 0 41 404 42 62
Binary 1110000 1010011 10101010 100010 110011 0 100001 100000100 100010 110010

Color Harmonies of #7053AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053AA

Black with #7053AA

Text Example


Text Example

White with #7053AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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