Html Css Color HEX #704D92 Studio

📋 copy color: '#704D92'

red 112 ◦ green 77 ◦ blue 146

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

Shades of Studio #704D92

Tints of Studio #704D92

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 33.43%
G = 22.99%
B = 43.58%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#704D92 (or 0x704D92) is known color: Studio. HEX triplet: 70, 4D and 92. RGB value is (112,77,146). Sum of RGB (Red+Green+Blue) = 112+77+146=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #704D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704D92 is #8FB26D. Grayscale: #5F5F5F. Windows color (decimal): -9417326 or 9588080. OLE color: 9588080.

HSL color Cylindrical-coordinate representation of color #704D92: hue angle of 270.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #704D92 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 77 146 -
CMYK 0.23 0.47 0 0.43
HSL 270.43º 0.31% 0.44% -
HSV(B) 270.43º 0.47% 0.57% -
XYZ 14.52 10.83 28.52 -
YUV 95.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 112 77 146 0.23 0.47 0 0.43 270.43 0.31 0.44
Hex 70 4D 92 17 2F 0 2B 10E 1F 2C
Octal 160 115 222 27 57 0 53 416 37 54
Binary 1110000 1001101 10010010 10111 101111 0 101011 100001110 11111 101100

Color Harmonies of #704D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D92

Black with #704D92

Text Example


Text Example

White with #704D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704D92; }

 p { color: rgb(112,77,146); }

 H1.HeaderClassName
 {
   color: #704D92;
 }
 .AnyTagClassName
 {
   color: #704D92;
 }
</style>

background-color css

<style>
 a { background-color: #704D92; }

 a { background-color: rgb(112,77,146); }

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

border-color css

<style>
 span { border-color: #704D92; }

 span { border-color: rgb(112,77,146); }

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