Html Css Color HEX #704595 Studio

📋 copy color: '#704595'

red 112 ◦ green 69 ◦ blue 149

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

Shades of Studio #704595

Tints of Studio #704595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 33.94%
G = 20.91%
B = 45.15%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704595 (or 0x704595) is known color: Studio. HEX triplet: 70, 45 and 95. RGB value is (112,69,149). Sum of RGB (Red+Green+Blue) = 112+69+149=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #704595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704595 is #8FBA6A. Grayscale: #5A5A5A. Windows color (decimal): -9419371 or 9782640. OLE color: 9782640.

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

Color convert

RGB 112 69 149 -
CMYK 0.25 0.54 0 0.42
HSL 272.25º 0.37% 0.43% -
HSV(B) 272.25º 0.54% 0.58% -
XYZ 14.24 9.87 29.59 -
YUV 90.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 112 69 149 0.25 0.54 0 0.42 272.25 0.37 0.43
Hex 70 45 95 19 36 0 2A 110 25 2B
Octal 160 105 225 31 66 0 52 420 45 53
Binary 1110000 1000101 10010101 11001 110110 0 101010 100010000 100101 101011

Color Harmonies of #704595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704595

Black with #704595

Text Example


Text Example

White with #704595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704595; }

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

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

background-color css

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

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

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

border-color css

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

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

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