Html Css Color HEX #705198 Studio

📋 copy color: '#705198'

red 112 ◦ green 81 ◦ blue 152

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

Shades of Studio #705198

Tints of Studio #705198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 32.46%
G = 23.48%
B = 44.06%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#705198 (or 0x705198) is known color: Studio. HEX triplet: 70, 51 and 98. RGB value is (112,81,152). Sum of RGB (Red+Green+Blue) = 112+81+152=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #705198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705198 is #8FAE67. Grayscale: #626262. Windows color (decimal): -9416296 or 9982320. OLE color: 9982320.

HSL color Cylindrical-coordinate representation of color #705198: hue angle of 266.2º degrees, saturation: 0.3, 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 #705198 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 81 152 -
CMYK 0.26 0.47 0 0.40
HSL 266.2º 0.3% 0.46% -
HSV(B) 266.2º 0.47% 0.6% -
XYZ 15.29 11.6 31.14 -
YUV 98.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 112 81 152 0.26 0.47 0 0.40 266.2 0.3 0.46
Hex 70 51 98 1A 2F 0 28 10A 1E 2E
Octal 160 121 230 32 57 0 50 412 36 56
Binary 1110000 1010001 10011000 11010 101111 0 101000 100001010 11110 101110

Color Harmonies of #705198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705198

Black with #705198

Text Example


Text Example

White with #705198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705198; }

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

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

background-color css

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

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

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

border-color css

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

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

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