Html Css Color HEX #705199 Studio

📋 copy color: '#705199'

red 112 ◦ green 81 ◦ blue 153

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

Shades of Studio #705199

Tints of Studio #705199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 32.37%
G = 23.41%
B = 44.22%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#705199 (or 0x705199) is known color: Studio. HEX triplet: 70, 51 and 99. RGB value is (112,81,153). Sum of RGB (Red+Green+Blue) = 112+81+153=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #705199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705199 is #8FAE66. Grayscale: #626262. Windows color (decimal): -9416295 or 10047856. OLE color: 10047856.

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

Color convert

RGB 112 81 153 -
CMYK 0.27 0.47 0 0.4
HSL 265.83º 0.31% 0.46% -
HSV(B) 265.83º 0.47% 0.6% -
XYZ 15.37 11.63 31.57 -
YUV 98.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 112 81 153 0.27 0.47 0 0.4 265.83 0.31 0.46
Hex 70 51 99 1B 2F 0 28 10A 1F 2E
Octal 160 121 231 33 57 0 50 412 37 56
Binary 1110000 1010001 10011001 11011 101111 0 101000 100001010 11111 101110

Color Harmonies of #705199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705199

Black with #705199

Text Example


Text Example

White with #705199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705199; }

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

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

background-color css

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

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

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

border-color css

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

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

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