Html Css Color HEX #705599 Studio

📋 copy color: '#705599'

red 112 ◦ green 85 ◦ blue 153

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

Shades of Studio #705599

Tints of Studio #705599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

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

R = 32%
G = 24.29%
B = 43.71%

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

#705599 (or 0x705599) is known color: Studio. HEX triplet: 70, 55 and 99. RGB value is (112,85,153). Sum of RGB (Red+Green+Blue) = 112+85+153=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #705599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705599 is #8FAA66. Grayscale: #646464. Windows color (decimal): -9415271 or 10048880. OLE color: 10048880.

HSL color Cylindrical-coordinate representation of color #705599: hue angle of 263.82º degrees, saturation: 0.29, 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 #705599 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 85 153 -
CMYK 0.27 0.44 0 0.4
HSL 263.82º 0.29% 0.47% -
HSV(B) 263.82º 0.44% 0.6% -
XYZ 15.68 12.24 31.67 -
YUV 100.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 112 85 153 0.27 0.44 0 0.4 263.82 0.29 0.47
Hex 70 55 99 1B 2C 0 28 108 1D 2F
Octal 160 125 231 33 54 0 50 410 35 57
Binary 1110000 1010101 10011001 11011 101100 0 101000 100001000 11101 101111

Color Harmonies of #705599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705599

Black with #705599

Text Example


Text Example

White with #705599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705599; }

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

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

background-color css

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

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

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

border-color css

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

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

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