Html Css Color HEX #705598 Studio

📋 copy color: '#705598'

red 112 ◦ green 85 ◦ blue 152

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

Shades of Studio #705598

Tints of Studio #705598

RGB

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

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

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

R = 32.09%
G = 24.36%
B = 43.55%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#705598 (or 0x705598) is known color: Studio. HEX triplet: 70, 55 and 98. RGB value is (112,85,152). Sum of RGB (Red+Green+Blue) = 112+85+152=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #705598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705598 is #8FAA67. Grayscale: #646464. Windows color (decimal): -9415272 or 9983344. OLE color: 9983344.

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

Color convert

RGB 112 85 152 -
CMYK 0.26 0.44 0 0.40
HSL 264.18º 0.28% 0.46% -
HSV(B) 264.18º 0.44% 0.6% -
XYZ 15.6 12.21 31.24 -
YUV 100.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 112 85 152 0.26 0.44 0 0.40 264.18 0.28 0.46
Hex 70 55 98 1A 2C 0 28 108 1C 2E
Octal 160 125 230 32 54 0 50 410 34 56
Binary 1110000 1010101 10011000 11010 101100 0 101000 100001000 11100 101110

Color Harmonies of #705598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705598

Black with #705598

Text Example


Text Example

White with #705598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705598; }

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

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

background-color css

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

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

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

border-color css

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

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

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