Html Css Color HEX #704895 Studio

📋 copy color: '#704895'

red 112 ◦ green 72 ◦ blue 149

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

Shades of Studio #704895

Tints of Studio #704895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.62%

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

R = 33.63%
G = 21.62%
B = 44.74%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704895 (or 0x704895) is known color: Studio. HEX triplet: 70, 48 and 95. RGB value is (112,72,149). Sum of RGB (Red+Green+Blue) = 112+72+149=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #704895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704895 is #8FB76A. Grayscale: #5C5C5C. Windows color (decimal): -9418603 or 9783408. OLE color: 9783408.

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

Color convert

RGB 112 72 149 -
CMYK 0.25 0.52 0 0.42
HSL 271.17º 0.35% 0.43% -
HSV(B) 271.17º 0.52% 0.58% -
XYZ 14.42 10.25 29.65 -
YUV 92.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 112 72 149 0.25 0.52 0 0.42 271.17 0.35 0.43
Hex 70 48 95 19 34 0 2A 10F 23 2B
Octal 160 110 225 31 64 0 52 417 43 53
Binary 1110000 1001000 10010101 11001 110100 0 101010 100001111 100011 101011

Color Harmonies of #704895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704895

Black with #704895

Text Example


Text Example

White with #704895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704895; }

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

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

background-color css

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

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

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

border-color css

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

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

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