Html Css Color HEX #7049B1 Studio

📋 copy color: '#7049B1'

red 112 ◦ green 73 ◦ blue 177

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

Shades of Studio #7049B1

Tints of Studio #7049B1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

 BLUE value IS 177 (69.53% from 255) = 48.9%

R = 30.94%
G = 20.17%
B = 48.9%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7049B1 (or 0x7049B1) is known color: Studio. HEX triplet: 70, 49 and B1. RGB value is (112,73,177). Sum of RGB (Red+Green+Blue) = 112+73+177=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #7049B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7049B1 is #8FB64E. Grayscale: #606060. Windows color (decimal): -9418319 or 11618672. OLE color: 11618672.

HSL color Cylindrical-coordinate representation of color #7049B1: hue angle of 262.5º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7049B1 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 73 177 -
CMYK 0.37 0.59 0 0.31
HSL 262.5º 0.42% 0.49% -
HSV(B) 262.5º 0.59% 0.69% -
XYZ 17 11.38 42.9 -
YUV 96.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 112 73 177 0.37 0.59 0 0.31 262.5 0.42 0.49
Hex 70 49 B1 25 3B 0 1F 106 2A 31
Octal 160 111 261 45 73 0 37 406 52 61
Binary 1110000 1001001 10110001 100101 111011 0 11111 100000110 101010 110001

Color Harmonies of #7049B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7049B1

Black with #7049B1

Text Example


Text Example

White with #7049B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7049B1; }

 p { color: rgb(112,73,177); }

 H1.HeaderClassName
 {
   color: #7049B1;
 }
 .AnyTagClassName
 {
   color: #7049B1;
 }
</style>

background-color css

<style>
 a { background-color: #7049B1; }

 a { background-color: rgb(112,73,177); }

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

border-color css

<style>
 span { border-color: #7049B1; }

 span { border-color: rgb(112,73,177); }

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