Html Css Color HEX #704597 Studio

📋 copy color: '#704597'

red 112 ◦ green 69 ◦ blue 151

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

Shades of Studio #704597

Tints of Studio #704597

RGB

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

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

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

R = 33.73%
G = 20.78%
B = 45.48%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#704597 (or 0x704597) is known color: Studio. HEX triplet: 70, 45 and 97. RGB value is (112,69,151). Sum of RGB (Red+Green+Blue) = 112+69+151=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #704597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704597 is #8FBA68. Grayscale: #5A5A5A. Windows color (decimal): -9419369 or 9913712. OLE color: 9913712.

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

Color convert

RGB 112 69 151 -
CMYK 0.26 0.54 0 0.41
HSL 271.46º 0.37% 0.43% -
HSV(B) 271.46º 0.54% 0.59% -
XYZ 14.4 9.94 30.44 -
YUV 91.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 112 69 151 0.26 0.54 0 0.41 271.46 0.37 0.43
Hex 70 45 97 1A 36 0 29 10F 25 2B
Octal 160 105 227 32 66 0 51 417 45 53
Binary 1110000 1000101 10010111 11010 110110 0 101001 100001111 100101 101011

Color Harmonies of #704597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704597

Black with #704597

Text Example


Text Example

White with #704597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704597; }

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

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

background-color css

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

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

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

border-color css

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

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

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