Html Css Color HEX #704D93 Studio

📋 copy color: '#704D93'

red 112 ◦ green 77 ◦ blue 147

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

Shades of Studio #704D93

Tints of Studio #704D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 33.33%
G = 22.92%
B = 43.75%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704D93 (or 0x704D93) is known color: Studio. HEX triplet: 70, 4D and 93. RGB value is (112,77,147). Sum of RGB (Red+Green+Blue) = 112+77+147=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #704D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704D93 is #8FB26C. Grayscale: #5F5F5F. Windows color (decimal): -9417325 or 9653616. OLE color: 9653616.

HSL color Cylindrical-coordinate representation of color #704D93: hue angle of 270º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #704D93 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 77 147 -
CMYK 0.24 0.48 0 0.42
HSL 270º 0.31% 0.44% -
HSV(B) 270º 0.48% 0.58% -
XYZ 14.6 10.86 28.93 -
YUV 95.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 112 77 147 0.24 0.48 0 0.42 270 0.31 0.44
Hex 70 4D 93 18 30 0 2A 10E 1F 2C
Octal 160 115 223 30 60 0 52 416 37 54
Binary 1110000 1001101 10010011 11000 110000 0 101010 100001110 11111 101100

Color Harmonies of #704D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D93

Black with #704D93

Text Example


Text Example

White with #704D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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