Html Css Color HEX #704BAD Studio

📋 copy color: '#704BAD'

red 112 ◦ green 75 ◦ blue 173

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

Shades of Studio #704BAD

Tints of Studio #704BAD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.83%

 BLUE value IS 173 (67.97% from 255) = 48.06%

R = 31.11%
G = 20.83%
B = 48.06%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#704BAD (or 0x704BAD) is known color: Studio. HEX triplet: 70, 4B and AD. RGB value is (112,75,173). Sum of RGB (Red+Green+Blue) = 112+75+173=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #704BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704BAD is #8FB452. Grayscale: #606060. Windows color (decimal): -9417811 or 11357040. OLE color: 11357040.

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

Color convert

RGB 112 75 173 -
CMYK 0.35 0.57 0 0.32
HSL 262.65º 0.4% 0.49% -
HSV(B) 262.65º 0.57% 0.68% -
XYZ 16.74 11.49 40.87 -
YUV 97.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 112 75 173 0.35 0.57 0 0.32 262.65 0.4 0.49
Hex 70 4B AD 23 39 0 20 107 28 31
Octal 160 113 255 43 71 0 40 407 50 61
Binary 1110000 1001011 10101101 100011 111001 0 100000 100000111 101000 110001

Color Harmonies of #704BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BAD

Black with #704BAD

Text Example


Text Example

White with #704BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,75,173); }

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

background-color css

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

 a { background-color: rgb(112,75,173); }

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

border-color css

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

 span { border-color: rgb(112,75,173); }

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