Html Css Color HEX #704891 Studio

📋 copy color: '#704891'

red 112 ◦ green 72 ◦ blue 145

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

Shades of Studio #704891

Tints of Studio #704891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 34.04%
G = 21.88%
B = 44.07%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#704891 (or 0x704891) is known color: Studio. HEX triplet: 70, 48 and 91. RGB value is (112,72,145). Sum of RGB (Red+Green+Blue) = 112+72+145=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #704891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704891 is #8FB76E. Grayscale: #5C5C5C. Windows color (decimal): -9418607 or 9521264. OLE color: 9521264.

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

Color convert

RGB 112 72 145 -
CMYK 0.23 0.50 0 0.43
HSL 272.88º 0.34% 0.43% -
HSV(B) 272.88º 0.5% 0.57% -
XYZ 14.11 10.12 28 -
YUV 92.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 112 72 145 0.23 0.50 0 0.43 272.88 0.34 0.43
Hex 70 48 91 17 32 0 2B 111 22 2B
Octal 160 110 221 27 62 0 53 421 42 53
Binary 1110000 1001000 10010001 10111 110010 0 101011 100010001 100010 101011

Color Harmonies of #704891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704891

Black with #704891

Text Example


Text Example

White with #704891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704891; }

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

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

background-color css

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

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

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

border-color css

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

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

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