#705498

Color #705498 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #705498

Tints of Studio #705498

Color information

#705498 (or 0x705498) is unknown color: approx Studio. HEX triplet: 70, 54 and 98. RGB value is (112,84,152). Sum of RGB (Red+Green+Blue) = 112+84+152=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #705498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705498 is #8FAB67. Grayscale: #636363. Windows color (decimal): -9415528 or 9983088. OLE color: 9983088.

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

Color convert

RGB11284152-
CMYK0.260.4500.40
HSL264.71º28.81%46.27%-
HSV(B)264.71º44.74%59.61%-
XYZ15.5212.0531.21-
YUV100.12157.28136.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=32.18%
G=24.14%
B=43.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112841520.260.4500.40264.7128.8146.27
Hex7054981A2D0281091d2e
Octal16012423032550504113556
Binary111000010101001001100011010101101010100010000100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705498; }

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

 H1.HeaderClassName
 {
   color: #705498;
 }
 .AnyTagClassName
 {
   color: #705498;
 }
</style>
background-color css

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

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

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

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

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

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