Html Css Color HEX #704FAF Studio

📋 copy color: '#704FAF'

red 112 ◦ green 79 ◦ blue 175

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

Shades of Studio #704FAF

Tints of Studio #704FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 30.6%
G = 21.58%
B = 47.81%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#704FAF (or 0x704FAF) is known color: Studio. HEX triplet: 70, 4F and AF. RGB value is (112,79,175). Sum of RGB (Red+Green+Blue) = 112+79+175=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #704FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704FAF is #8FB050. Grayscale: #636363. Windows color (decimal): -9416785 or 11489136. OLE color: 11489136.

HSL color Cylindrical-coordinate representation of color #704FAF: hue angle of 260.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704FAF is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 79 175 -
CMYK 0.36 0.55 0 0.31
HSL 260.63º 0.38% 0.5% -
HSV(B) 260.63º 0.55% 0.69% -
XYZ 17.22 12.13 41.99 -
YUV 99.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 112 79 175 0.36 0.55 0 0.31 260.63 0.38 0.5
Hex 70 4F AF 24 37 0 1F 105 26 32
Octal 160 117 257 44 67 0 37 405 46 62
Binary 1110000 1001111 10101111 100100 110111 0 11111 100000101 100110 110010

Color Harmonies of #704FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FAF

Black with #704FAF

Text Example


Text Example

White with #704FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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