Html Css Color HEX #704AAC Studio

📋 copy color: '#704AAC'

red 112 ◦ green 74 ◦ blue 172

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

Shades of Studio #704AAC

Tints of Studio #704AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

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

R = 31.28%
G = 20.67%
B = 48.04%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#704AAC (or 0x704AAC) is known color: Studio. HEX triplet: 70, 4A and AC. RGB value is (112,74,172). Sum of RGB (Red+Green+Blue) = 112+74+172=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #704AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704AAC is #8FB553. Grayscale: #606060. Windows color (decimal): -9418068 or 11291248. OLE color: 11291248.

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

Color convert

RGB 112 74 172 -
CMYK 0.35 0.57 0 0.33
HSL 263.27º 0.4% 0.48% -
HSV(B) 263.27º 0.57% 0.67% -
XYZ 16.58 11.32 40.34 -
YUV 96.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 112 74 172 0.35 0.57 0 0.33 263.27 0.4 0.48
Hex 70 4A AC 23 39 0 21 107 28 30
Octal 160 112 254 43 71 0 41 407 50 60
Binary 1110000 1001010 10101100 100011 111001 0 100001 100000111 101000 110000

Color Harmonies of #704AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AAC

Black with #704AAC

Text Example


Text Example

White with #704AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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