Html Css Color HEX #704FAC Studio

📋 copy color: '#704FAC'

red 112 ◦ green 79 ◦ blue 172

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

Shades of Studio #704FAC

Tints of Studio #704FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 30.85%
G = 21.76%
B = 47.38%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#704FAC (or 0x704FAC) is known color: Studio. HEX triplet: 70, 4F and AC. RGB value is (112,79,172). Sum of RGB (Red+Green+Blue) = 112+79+172=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #704FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704FAC is #8FB053. Grayscale: #636363. Windows color (decimal): -9416788 or 11292528. OLE color: 11292528.

HSL color Cylindrical-coordinate representation of color #704FAC: hue angle of 261.29º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704FAC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 79 172 -
CMYK 0.35 0.54 0 0.33
HSL 261.29º 0.37% 0.49% -
HSV(B) 261.29º 0.54% 0.67% -
XYZ 16.92 12.02 40.46 -
YUV 99.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 112 79 172 0.35 0.54 0 0.33 261.29 0.37 0.49
Hex 70 4F AC 23 36 0 21 105 25 31
Octal 160 117 254 43 66 0 41 405 45 61
Binary 1110000 1001111 10101100 100011 110110 0 100001 100000101 100101 110001

Color Harmonies of #704FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FAC

Black with #704FAC

Text Example


Text Example

White with #704FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,79,172); }

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

background-color css

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

 a { background-color: rgb(112,79,172); }

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

border-color css

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

 span { border-color: rgb(112,79,172); }

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