Html Css Color HEX #704BAE Studio

📋 copy color: '#704BAE'

red 112 ◦ green 75 ◦ blue 174

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

Shades of Studio #704BAE

Tints of Studio #704BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.2%

R = 31.02%
G = 20.78%
B = 48.2%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#704BAE (or 0x704BAE) is known color: Studio. HEX triplet: 70, 4B and AE. RGB value is (112,75,174). Sum of RGB (Red+Green+Blue) = 112+75+174=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #704BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704BAE is #8FB451. Grayscale: #606060. Windows color (decimal): -9417810 or 11422576. OLE color: 11422576.

HSL color Cylindrical-coordinate representation of color #704BAE: hue angle of 262.42º 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 #704BAE is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 75 174 -
CMYK 0.36 0.57 0 0.32
HSL 262.42º 0.4% 0.49% -
HSV(B) 262.42º 0.57% 0.68% -
XYZ 16.84 11.53 41.38 -
YUV 97.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 112 75 174 0.36 0.57 0 0.32 262.42 0.4 0.49
Hex 70 4B AE 24 39 0 20 106 28 31
Octal 160 113 256 44 71 0 40 406 50 61
Binary 1110000 1001011 10101110 100100 111001 0 100000 100000110 101000 110001

Color Harmonies of #704BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BAE

Black with #704BAE

Text Example


Text Example

White with #704BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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