Html Css Color HEX #705298 Studio

📋 copy color: '#705298'

red 112 ◦ green 82 ◦ blue 152

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

Shades of Studio #705298

Tints of Studio #705298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

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

R = 32.37%
G = 23.7%
B = 43.93%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#705298 (or 0x705298) is known color: 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

RGB 112 82 152 -
CMYK 0.26 0.46 0 0.40
HSL 265.71º 0.3% 0.46% -
HSV(B) 265.71º 0.46% 0.6% -
XYZ 15.37 11.75 31.16 -
YUV 98.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 112 82 152 0.26 0.46 0 0.40 265.71 0.3 0.46
Hex 70 52 98 1A 2E 0 28 10A 1E 2E
Octal 160 122 230 32 56 0 50 412 36 56
Binary 1110000 1010010 10011000 11010 101110 0 101000 100001010 11110 101110

Color Harmonies of #705298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705298

Black with #705298

Text Example


Text Example

White with #705298

Text Example


Text Example

HTML Codes & Css Web 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>