Html Css Color HEX #705297 Studio

📋 copy color: '#705297'

red 112 ◦ green 82 ◦ blue 151

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

Shades of Studio #705297

Tints of Studio #705297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.77%

R = 32.46%
G = 23.77%
B = 43.77%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#705297 (or 0x705297) is known color: Studio. HEX triplet: 70, 52 and 97. RGB value is (112,82,151). Sum of RGB (Red+Green+Blue) = 112+82+151=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #705297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705297 is #8FAD68. Grayscale: #626262. Windows color (decimal): -9416041 or 9917040. OLE color: 9917040.

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

Color convert

RGB 112 82 151 -
CMYK 0.26 0.46 0 0.41
HSL 266.09º 0.3% 0.46% -
HSV(B) 266.09º 0.46% 0.59% -
XYZ 15.29 11.71 30.73 -
YUV 98.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 112 82 151 0.26 0.46 0 0.41 266.09 0.3 0.46
Hex 70 52 97 1A 2E 0 29 10A 1E 2E
Octal 160 122 227 32 56 0 51 412 36 56
Binary 1110000 1010010 10010111 11010 101110 0 101001 100001010 11110 101110

Color Harmonies of #705297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705297

Black with #705297

Text Example


Text Example

White with #705297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705297; }

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

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

background-color css

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

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

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

border-color css

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

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

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