Html Css Color HEX #704992 Studio

📋 copy color: '#704992'

red 112 ◦ green 73 ◦ blue 146

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

Shades of Studio #704992

Tints of Studio #704992

RGB

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

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

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

R = 33.84%
G = 22.05%
B = 44.11%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#704992 (or 0x704992) is known color: Studio. HEX triplet: 70, 49 and 92. RGB value is (112,73,146). Sum of RGB (Red+Green+Blue) = 112+73+146=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #704992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704992 is #8FB66D. Grayscale: #5C5C5C. Windows color (decimal): -9418350 or 9587056. OLE color: 9587056.

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

Color convert

RGB 112 73 146 -
CMYK 0.23 0.5 0 0.43
HSL 272.05º 0.33% 0.43% -
HSV(B) 272.05º 0.5% 0.57% -
XYZ 14.25 10.29 28.43 -
YUV 92.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 112 73 146 0.23 0.5 0 0.43 272.05 0.33 0.43
Hex 70 49 92 17 32 0 2B 110 21 2B
Octal 160 111 222 27 62 0 53 420 41 53
Binary 1110000 1001001 10010010 10111 110010 0 101011 100010000 100001 101011

Color Harmonies of #704992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704992

Black with #704992

Text Example


Text Example

White with #704992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704992; }

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

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

background-color css

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

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

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

border-color css

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

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

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