Html Css Color HEX #704B96 Studio

📋 copy color: '#704B96'

red 112 ◦ green 75 ◦ blue 150

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

Shades of Studio #704B96

Tints of Studio #704B96

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 33.23%
G = 22.26%
B = 44.51%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#704B96 (or 0x704B96) is known color: Studio. HEX triplet: 70, 4B and 96. RGB value is (112,75,150). Sum of RGB (Red+Green+Blue) = 112+75+150=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #704B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704B96 is #8FB469. Grayscale: #5E5E5E. Windows color (decimal): -9417834 or 9849712. OLE color: 9849712.

HSL color Cylindrical-coordinate representation of color #704B96: hue angle of 269.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704B96 is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 75 150 -
CMYK 0.25 0.5 0 0.41
HSL 269.6º 0.33% 0.44% -
HSV(B) 269.6º 0.5% 0.59% -
XYZ 14.7 10.68 30.14 -
YUV 94.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 112 75 150 0.25 0.5 0 0.41 269.6 0.33 0.44
Hex 70 4B 96 19 32 0 29 10E 21 2C
Octal 160 113 226 31 62 0 51 416 41 54
Binary 1110000 1001011 10010110 11001 110010 0 101001 100001110 100001 101100

Color Harmonies of #704B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B96

Black with #704B96

Text Example


Text Example

White with #704B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,75,150); }

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

background-color css

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

 a { background-color: rgb(112,75,150); }

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

border-color css

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

 span { border-color: rgb(112,75,150); }

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