Html Css Color HEX #705098 Studio

📋 copy color: '#705098'

red 112 ◦ green 80 ◦ blue 152

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

Shades of Studio #705098

Tints of Studio #705098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 32.56%
G = 23.26%
B = 44.19%

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

#705098 (or 0x705098) is known color: Studio. HEX triplet: 70, 50 and 98. RGB value is (112,80,152). Sum of RGB (Red+Green+Blue) = 112+80+152=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #705098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705098 is #8FAF67. Grayscale: #616161. Windows color (decimal): -9416552 or 9982064. OLE color: 9982064.

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

Color convert

RGB 112 80 152 -
CMYK 0.26 0.47 0 0.40
HSL 266.67º 0.31% 0.45% -
HSV(B) 266.67º 0.47% 0.6% -
XYZ 15.22 11.45 31.11 -
YUV 97.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 112 80 152 0.26 0.47 0 0.40 266.67 0.31 0.45
Hex 70 50 98 1A 2F 0 28 10B 1F 2D
Octal 160 120 230 32 57 0 50 413 37 55
Binary 1110000 1010000 10011000 11010 101111 0 101000 100001011 11111 101101

Color Harmonies of #705098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705098

Black with #705098

Text Example


Text Example

White with #705098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705098; }

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

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

background-color css

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

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

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

border-color css

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

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

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