Html Css Color HEX #704594 Studio

📋 copy color: '#704594'

red 112 ◦ green 69 ◦ blue 148

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

Shades of Studio #704594

Tints of Studio #704594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 34.04%
G = 20.97%
B = 44.98%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704594 (or 0x704594) is known color: Studio. HEX triplet: 70, 45 and 94. RGB value is (112,69,148). Sum of RGB (Red+Green+Blue) = 112+69+148=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #704594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704594 is #8FBA6B. Grayscale: #5A5A5A. Windows color (decimal): -9419372 or 9717104. OLE color: 9717104.

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

Color convert

RGB 112 69 148 -
CMYK 0.24 0.53 0 0.42
HSL 272.66º 0.36% 0.43% -
HSV(B) 272.66º 0.53% 0.58% -
XYZ 14.16 9.84 29.17 -
YUV 90.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 112 69 148 0.24 0.53 0 0.42 272.66 0.36 0.43
Hex 70 45 94 18 35 0 2A 111 24 2B
Octal 160 105 224 30 65 0 52 421 44 53
Binary 1110000 1000101 10010100 11000 110101 0 101010 100010001 100100 101011

Color Harmonies of #704594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704594

Black with #704594

Text Example


Text Example

White with #704594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704594; }

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

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

background-color css

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

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

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

border-color css

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

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

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