Html Css Color HEX #705299 Studio

📋 copy color: '#705299'

red 112 ◦ green 82 ◦ blue 153

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

Shades of Studio #705299

Tints of Studio #705299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 32.28%
G = 23.63%
B = 44.09%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#705299 (or 0x705299) is known color: Studio. HEX triplet: 70, 52 and 99. RGB value is (112,82,153). Sum of RGB (Red+Green+Blue) = 112+82+153=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #705299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705299 is #8FAD66. Grayscale: #626262. Windows color (decimal): -9416039 or 10048112. OLE color: 10048112.

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

Color convert

RGB 112 82 153 -
CMYK 0.27 0.46 0 0.4
HSL 265.35º 0.3% 0.46% -
HSV(B) 265.35º 0.46% 0.6% -
XYZ 15.45 11.78 31.6 -
YUV 99.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 112 82 153 0.27 0.46 0 0.4 265.35 0.3 0.46
Hex 70 52 99 1B 2E 0 28 109 1E 2E
Octal 160 122 231 33 56 0 50 411 36 56
Binary 1110000 1010010 10011001 11011 101110 0 101000 100001001 11110 101110

Color Harmonies of #705299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705299

Black with #705299

Text Example


Text Example

White with #705299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705299; }

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

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

background-color css

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

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

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

border-color css

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

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

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