Html Css Color HEX #704797 Studio

📋 copy color: '#704797'

red 112 ◦ green 71 ◦ blue 151

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

Shades of Studio #704797

Tints of Studio #704797

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.26%

 BLUE value IS 151 (59.38% from 255) = 45.21%

R = 33.53%
G = 21.26%
B = 45.21%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#704797 (or 0x704797) is known color: Studio. HEX triplet: 70, 47 and 97. RGB value is (112,71,151). Sum of RGB (Red+Green+Blue) = 112+71+151=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #704797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704797 is #8FB868. Grayscale: #5C5C5C. Windows color (decimal): -9418857 or 9914224. OLE color: 9914224.

HSL color Cylindrical-coordinate representation of color #704797: hue angle of 270.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704797 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 71 151 -
CMYK 0.26 0.53 0 0.41
HSL 270.75º 0.36% 0.44% -
HSV(B) 270.75º 0.53% 0.59% -
XYZ 14.52 10.19 30.48 -
YUV 92.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 112 71 151 0.26 0.53 0 0.41 270.75 0.36 0.44
Hex 70 47 97 1A 35 0 29 10F 24 2C
Octal 160 107 227 32 65 0 51 417 44 54
Binary 1110000 1000111 10010111 11010 110101 0 101001 100001111 100100 101100

Color Harmonies of #704797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704797

Black with #704797

Text Example


Text Example

White with #704797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704797; }

 p { color: rgb(112,71,151); }

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

background-color css

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

 a { background-color: rgb(112,71,151); }

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

border-color css

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

 span { border-color: rgb(112,71,151); }

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