Html Css Color HEX #704999 Studio

📋 copy color: '#704999'

red 112 ◦ green 73 ◦ blue 153

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

Shades of Studio #704999

Tints of Studio #704999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 33.14%
G = 21.6%
B = 45.27%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#704999 (or 0x704999) is known color: Studio. HEX triplet: 70, 49 and 99. RGB value is (112,73,153). Sum of RGB (Red+Green+Blue) = 112+73+153=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #704999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704999 is #8FB666. Grayscale: #5D5D5D. Windows color (decimal): -9418343 or 10045808. OLE color: 10045808.

HSL color Cylindrical-coordinate representation of color #704999: hue angle of 269.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #704999 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 73 153 -
CMYK 0.27 0.52 0 0.4
HSL 269.25º 0.35% 0.44% -
HSV(B) 269.25º 0.52% 0.6% -
XYZ 14.81 10.51 31.38 -
YUV 93.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 112 73 153 0.27 0.52 0 0.4 269.25 0.35 0.44
Hex 70 49 99 1B 34 0 28 10D 23 2C
Octal 160 111 231 33 64 0 50 415 43 54
Binary 1110000 1001001 10011001 11011 110100 0 101000 100001101 100011 101100

Color Harmonies of #704999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704999

Black with #704999

Text Example


Text Example

White with #704999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704999; }

 p { color: rgb(112,73,153); }

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

background-color css

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

 a { background-color: rgb(112,73,153); }

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

border-color css

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

 span { border-color: rgb(112,73,153); }

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