Html Css Color HEX #705699 Studio

📋 copy color: '#705699'

red 112 ◦ green 86 ◦ blue 153

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

Shades of Studio #705699

Tints of Studio #705699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

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

R = 31.91%
G = 24.5%
B = 43.59%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#705699 (or 0x705699) is known color: Studio. HEX triplet: 70, 56 and 99. RGB value is (112,86,153). Sum of RGB (Red+Green+Blue) = 112+86+153=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #705699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705699 is #8FA966. Grayscale: #656565. Windows color (decimal): -9415015 or 10049136. OLE color: 10049136.

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

Color convert

RGB 112 86 153 -
CMYK 0.27 0.44 0 0.4
HSL 263.28º 0.28% 0.47% -
HSV(B) 263.28º 0.44% 0.6% -
XYZ 15.76 12.4 31.7 -
YUV 101.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 112 86 153 0.27 0.44 0 0.4 263.28 0.28 0.47
Hex 70 56 99 1B 2C 0 28 107 1C 2F
Octal 160 126 231 33 54 0 50 407 34 57
Binary 1110000 1010110 10011001 11011 101100 0 101000 100000111 11100 101111

Color Harmonies of #705699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705699

Black with #705699

Text Example


Text Example

White with #705699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705699; }

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

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

background-color css

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

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

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

border-color css

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

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

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