Html Css Color HEX #7051AD Studio

📋 copy color: '#7051AD'

red 112 ◦ green 81 ◦ blue 173

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

Shades of Studio #7051AD

Tints of Studio #7051AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 30.6%
G = 22.13%
B = 47.27%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7051AD (or 0x7051AD) is known color: Studio. HEX triplet: 70, 51 and AD. RGB value is (112,81,173). Sum of RGB (Red+Green+Blue) = 112+81+173=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #7051AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7051AD is #8FAE52. Grayscale: #646464. Windows color (decimal): -9416275 or 11358576. OLE color: 11358576.

HSL color Cylindrical-coordinate representation of color #7051AD: hue angle of 260.22º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7051AD is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 81 173 -
CMYK 0.35 0.53 0 0.32
HSL 260.22º 0.36% 0.5% -
HSV(B) 260.22º 0.53% 0.68% -
XYZ 17.17 12.35 41.01 -
YUV 100.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 112 81 173 0.35 0.53 0 0.32 260.22 0.36 0.5
Hex 70 51 AD 23 35 0 20 104 24 32
Octal 160 121 255 43 65 0 40 404 44 62
Binary 1110000 1010001 10101101 100011 110101 0 100000 100000100 100100 110010

Color Harmonies of #7051AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051AD

Black with #7051AD

Text Example


Text Example

White with #7051AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7051AD; }

 p { color: rgb(112,81,173); }

 H1.HeaderClassName
 {
   color: #7051AD;
 }
 .AnyTagClassName
 {
   color: #7051AD;
 }
</style>

background-color css

<style>
 a { background-color: #7051AD; }

 a { background-color: rgb(112,81,173); }

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

border-color css

<style>
 span { border-color: #7051AD; }

 span { border-color: rgb(112,81,173); }

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