Html Css Color HEX #704A96 Studio

📋 copy color: '#704A96'

red 112 ◦ green 74 ◦ blue 150

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

Shades of Studio #704A96

Tints of Studio #704A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

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

R = 33.33%
G = 22.02%
B = 44.64%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#704A96 (or 0x704A96) is known color: Studio. HEX triplet: 70, 4A and 96. RGB value is (112,74,150). Sum of RGB (Red+Green+Blue) = 112+74+150=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #704A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704A96 is #8FB569. Grayscale: #5D5D5D. Windows color (decimal): -9418090 or 9849456. OLE color: 9849456.

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

Color convert

RGB 112 74 150 -
CMYK 0.25 0.51 0 0.41
HSL 270º 0.34% 0.44% -
HSV(B) 270º 0.51% 0.59% -
XYZ 14.64 10.54 30.12 -
YUV 94.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 112 74 150 0.25 0.51 0 0.41 270 0.34 0.44
Hex 70 4A 96 19 33 0 29 10E 22 2C
Octal 160 112 226 31 63 0 51 416 42 54
Binary 1110000 1001010 10010110 11001 110011 0 101001 100001110 100010 101100

Color Harmonies of #704A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A96

Black with #704A96

Text Example


Text Example

White with #704A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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