Html Css Color HEX #704E93 Studio

📋 copy color: '#704E93'

red 112 ◦ green 78 ◦ blue 147

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

Shades of Studio #704E93

Tints of Studio #704E93

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

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

R = 33.23%
G = 23.15%
B = 43.62%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704E93 (or 0x704E93) is known color: Studio. HEX triplet: 70, 4E and 93. RGB value is (112,78,147). Sum of RGB (Red+Green+Blue) = 112+78+147=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #704E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704E93 is #8FB16C. Grayscale: #5F5F5F. Windows color (decimal): -9417069 or 9653872. OLE color: 9653872.

HSL color Cylindrical-coordinate representation of color #704E93: hue angle of 269.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #704E93 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 78 147 -
CMYK 0.24 0.47 0 0.42
HSL 269.57º 0.31% 0.44% -
HSV(B) 269.57º 0.47% 0.58% -
XYZ 14.67 11 28.95 -
YUV 96.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 112 78 147 0.24 0.47 0 0.42 269.57 0.31 0.44
Hex 70 4E 93 18 2F 0 2A 10E 1F 2C
Octal 160 116 223 30 57 0 52 416 37 54
Binary 1110000 1001110 10010011 11000 101111 0 101010 100001110 11111 101100

Color Harmonies of #704E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E93

Black with #704E93

Text Example


Text Example

White with #704E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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