Html Css Color HEX #704592 Studio

📋 copy color: '#704592'

red 112 ◦ green 69 ◦ blue 146

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

Shades of Studio #704592

Tints of Studio #704592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

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

R = 34.25%
G = 21.1%
B = 44.65%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#704592 (or 0x704592) is known color: Studio. HEX triplet: 70, 45 and 92. RGB value is (112,69,146). Sum of RGB (Red+Green+Blue) = 112+69+146=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #704592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704592 is #8FBA6D. Grayscale: #5A5A5A. Windows color (decimal): -9419374 or 9586032. OLE color: 9586032.

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

Color convert

RGB 112 69 146 -
CMYK 0.23 0.53 0 0.43
HSL 273.51º 0.36% 0.42% -
HSV(B) 273.51º 0.53% 0.57% -
XYZ 14 9.78 28.34 -
YUV 90.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 112 69 146 0.23 0.53 0 0.43 273.51 0.36 0.42
Hex 70 45 92 17 35 0 2B 112 24 2A
Octal 160 105 222 27 65 0 53 422 44 52
Binary 1110000 1000101 10010010 10111 110101 0 101011 100010010 100100 101010

Color Harmonies of #704592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704592

Black with #704592

Text Example


Text Example

White with #704592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704592; }

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

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

background-color css

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

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

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

border-color css

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

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

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