Html Css Color HEX #705294 Studio

📋 copy color: '#705294'

red 112 ◦ green 82 ◦ blue 148

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

Shades of Studio #705294

Tints of Studio #705294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 32.75%
G = 23.98%
B = 43.27%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705294 (or 0x705294) is known color: Studio. HEX triplet: 70, 52 and 94. RGB value is (112,82,148). Sum of RGB (Red+Green+Blue) = 112+82+148=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #705294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705294 is #8FAD6B. Grayscale: #626262. Windows color (decimal): -9416044 or 9720432. OLE color: 9720432.

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

Color convert

RGB 112 82 148 -
CMYK 0.24 0.45 0 0.42
HSL 267.27º 0.29% 0.45% -
HSV(B) 267.27º 0.45% 0.58% -
XYZ 15.04 11.62 29.47 -
YUV 98.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 112 82 148 0.24 0.45 0 0.42 267.27 0.29 0.45
Hex 70 52 94 18 2D 0 2A 10B 1D 2D
Octal 160 122 224 30 55 0 52 413 35 55
Binary 1110000 1010010 10010100 11000 101101 0 101010 100001011 11101 101101

Color Harmonies of #705294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705294

Black with #705294

Text Example


Text Example

White with #705294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705294; }

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

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

background-color css

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

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

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

border-color css

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

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

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