Html Css Color HEX #705096 Studio

📋 copy color: '#705096'

red 112 ◦ green 80 ◦ blue 150

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

Shades of Studio #705096

Tints of Studio #705096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 32.75%
G = 23.39%
B = 43.86%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#705096 (or 0x705096) is known color: Studio. HEX triplet: 70, 50 and 96. RGB value is (112,80,150). Sum of RGB (Red+Green+Blue) = 112+80+150=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #705096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705096 is #8FAF69. Grayscale: #616161. Windows color (decimal): -9416554 or 9850992. OLE color: 9850992.

HSL color Cylindrical-coordinate representation of color #705096: hue angle of 267.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #705096 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 80 150 -
CMYK 0.25 0.47 0 0.41
HSL 267.43º 0.3% 0.45% -
HSV(B) 267.43º 0.47% 0.59% -
XYZ 15.06 11.38 30.26 -
YUV 97.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 112 80 150 0.25 0.47 0 0.41 267.43 0.3 0.45
Hex 70 50 96 19 2F 0 29 10B 1E 2D
Octal 160 120 226 31 57 0 51 413 36 55
Binary 1110000 1010000 10010110 11001 101111 0 101001 100001011 11110 101101

Color Harmonies of #705096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705096

Black with #705096

Text Example


Text Example

White with #705096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705096; }

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

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

background-color css

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

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

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

border-color css

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

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

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