Html Css Color HEX #704893 Studio

📋 copy color: '#704893'

red 112 ◦ green 72 ◦ blue 147

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

Shades of Studio #704893

Tints of Studio #704893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 33.84%
G = 21.75%
B = 44.41%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704893 (or 0x704893) is known color: Studio. HEX triplet: 70, 48 and 93. RGB value is (112,72,147). Sum of RGB (Red+Green+Blue) = 112+72+147=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #704893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704893 is #8FB76C. Grayscale: #5C5C5C. Windows color (decimal): -9418605 or 9652336. OLE color: 9652336.

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

Color convert

RGB 112 72 147 -
CMYK 0.24 0.51 0 0.42
HSL 272º 0.34% 0.43% -
HSV(B) 272º 0.51% 0.58% -
XYZ 14.27 10.19 28.82 -
YUV 92.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 112 72 147 0.24 0.51 0 0.42 272 0.34 0.43
Hex 70 48 93 18 33 0 2A 110 22 2B
Octal 160 110 223 30 63 0 52 420 42 53
Binary 1110000 1001000 10010011 11000 110011 0 101010 100010000 100010 101011

Color Harmonies of #704893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704893

Black with #704893

Text Example


Text Example

White with #704893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704893; }

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

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

background-color css

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

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

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

border-color css

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

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

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