Html Css Color HEX #7053AB Studio

📋 copy color: '#7053AB'

red 112 ◦ green 83 ◦ blue 171

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

Shades of Studio #7053AB

Tints of Studio #7053AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 30.6%
G = 22.68%
B = 46.72%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7053AB (or 0x7053AB) is known color: Studio. HEX triplet: 70, 53 and AB. RGB value is (112,83,171). Sum of RGB (Red+Green+Blue) = 112+83+171=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #7053AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7053AB is #8FAC54. Grayscale: #656565. Windows color (decimal): -9415765 or 11228016. OLE color: 11228016.

HSL color Cylindrical-coordinate representation of color #7053AB: hue angle of 259.77º degrees, saturation: 0.35, 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 #7053AB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 83 171 -
CMYK 0.35 0.51 0 0.33
HSL 259.77º 0.35% 0.5% -
HSV(B) 259.77º 0.51% 0.67% -
XYZ 17.13 12.57 40.05 -
YUV 101.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 112 83 171 0.35 0.51 0 0.33 259.77 0.35 0.5
Hex 70 53 AB 23 33 0 21 104 23 32
Octal 160 123 253 43 63 0 41 404 43 62
Binary 1110000 1010011 10101011 100011 110011 0 100001 100000100 100011 110010

Color Harmonies of #7053AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053AB

Black with #7053AB

Text Example


Text Example

White with #7053AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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