Html Css Color HEX #704F90 Studio

📋 copy color: '#704F90'

red 112 ◦ green 79 ◦ blue 144

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

Shades of Studio #704F90

Tints of Studio #704F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 33.43%
G = 23.58%
B = 42.99%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#704F90 (or 0x704F90) is known color: Studio. HEX triplet: 70, 4F and 90. RGB value is (112,79,144). Sum of RGB (Red+Green+Blue) = 112+79+144=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #704F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704F90 is #8FB06F. Grayscale: #606060. Windows color (decimal): -9416816 or 9457520. OLE color: 9457520.

HSL color Cylindrical-coordinate representation of color #704F90: hue angle of 270.46º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #704F90 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 79 144 -
CMYK 0.22 0.45 0 0.44
HSL 270.46º 0.29% 0.44% -
HSV(B) 270.46º 0.45% 0.56% -
XYZ 14.51 11.05 27.75 -
YUV 96.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 112 79 144 0.22 0.45 0 0.44 270.46 0.29 0.44
Hex 70 4F 90 16 2D 0 2C 10E 1D 2C
Octal 160 117 220 26 55 0 54 416 35 54
Binary 1110000 1001111 10010000 10110 101101 0 101100 100001110 11101 101100

Color Harmonies of #704F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F90

Black with #704F90

Text Example


Text Example

White with #704F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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