Html Css Color HEX #704CAC Studio

📋 copy color: '#704CAC'

red 112 ◦ green 76 ◦ blue 172

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

Shades of Studio #704CAC

Tints of Studio #704CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.11%

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

R = 31.11%
G = 21.11%
B = 47.78%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#704CAC (or 0x704CAC) is known color: Studio. HEX triplet: 70, 4C and AC. RGB value is (112,76,172). Sum of RGB (Red+Green+Blue) = 112+76+172=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #704CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704CAC is #8FB353. Grayscale: #616161. Windows color (decimal): -9417556 or 11291760. OLE color: 11291760.

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

Color convert

RGB 112 76 172 -
CMYK 0.35 0.56 0 0.33
HSL 262.5º 0.39% 0.49% -
HSV(B) 262.5º 0.56% 0.67% -
XYZ 16.71 11.59 40.39 -
YUV 97.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 112 76 172 0.35 0.56 0 0.33 262.5 0.39 0.49
Hex 70 4C AC 23 38 0 21 106 27 31
Octal 160 114 254 43 70 0 41 406 47 61
Binary 1110000 1001100 10101100 100011 111000 0 100001 100000110 100111 110001

Color Harmonies of #704CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CAC

Black with #704CAC

Text Example


Text Example

White with #704CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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