Html Css Color HEX #704FA7 Studio

📋 copy color: '#704FA7'

red 112 ◦ green 79 ◦ blue 167

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

Shades of Studio #704FA7

Tints of Studio #704FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.65%

R = 31.28%
G = 22.07%
B = 46.65%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#704FA7 (or 0x704FA7) is known color: Studio. HEX triplet: 70, 4F and A7. RGB value is (112,79,167). Sum of RGB (Red+Green+Blue) = 112+79+167=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #704FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704FA7 is #8FB058. Grayscale: #626262. Windows color (decimal): -9416793 or 10964848. OLE color: 10964848.

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

Color convert

RGB 112 79 167 -
CMYK 0.33 0.53 0 0.35
HSL 262.5º 0.36% 0.48% -
HSV(B) 262.5º 0.53% 0.65% -
XYZ 16.45 11.83 37.97 -
YUV 98.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 112 79 167 0.33 0.53 0 0.35 262.5 0.36 0.48
Hex 70 4F A7 21 35 0 23 106 24 30
Octal 160 117 247 41 65 0 43 406 44 60
Binary 1110000 1001111 10100111 100001 110101 0 100011 100000110 100100 110000

Color Harmonies of #704FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FA7

Black with #704FA7

Text Example


Text Example

White with #704FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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