#705298

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

Shades of Studio #705298

Tints of Studio #705298

Color information

#705298 (or 0x705298) is unknown color: approx Studio. HEX triplet: 70, 52 and 98. RGB value is (112,82,152). Sum of RGB (Red+Green+Blue) = 112+82+152=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #705298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705298 is #8FAD67. Grayscale: #626262. Windows color (decimal): -9416040 or 9982576. OLE color: 9982576.

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

Color convert

RGB11282152-
CMYK0.260.4600.40
HSL265.71º29.91%45.88%-
HSV(B)265.71º46.05%59.61%-
XYZ15.3711.7531.16-
YUV98.95157.94137.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 152 (59.77% from 255) = 43.93%
R=32.37%
G=23.70%
B=43.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112821520.260.4600.40265.7129.9145.88
Hex7052981A2E02810a1e2e
Octal16012223032560504123656
Binary111000010100101001100011010101110010100010000101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705298; }

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

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

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

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

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

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

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

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