Html Css Color HEX #705293 Studio

📋 copy color: '#705293'

red 112 ◦ green 82 ◦ blue 147

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

Shades of Studio #705293

Tints of Studio #705293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 32.84%
G = 24.05%
B = 43.11%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705293 (or 0x705293) is known color: Studio. HEX triplet: 70, 52 and 93. RGB value is (112,82,147). Sum of RGB (Red+Green+Blue) = 112+82+147=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #705293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705293 is #8FAD6C. Grayscale: #626262. Windows color (decimal): -9416045 or 9654896. OLE color: 9654896.

HSL color Cylindrical-coordinate representation of color #705293: hue angle of 267.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705293 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 82 147 -
CMYK 0.24 0.44 0 0.42
HSL 267.69º 0.28% 0.45% -
HSV(B) 267.69º 0.44% 0.58% -
XYZ 14.97 11.59 29.05 -
YUV 98.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 112 82 147 0.24 0.44 0 0.42 267.69 0.28 0.45
Hex 70 52 93 18 2C 0 2A 10C 1C 2D
Octal 160 122 223 30 54 0 52 414 34 55
Binary 1110000 1010010 10010011 11000 101100 0 101010 100001100 11100 101101

Color Harmonies of #705293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705293

Black with #705293

Text Example


Text Example

White with #705293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705293; }

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

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

background-color css

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

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

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

border-color css

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

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

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