Html Css Color HEX #705499 Studio

📋 copy color: '#705499'

red 112 ◦ green 84 ◦ blue 153

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

Shades of Studio #705499

Tints of Studio #705499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.07%

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

R = 32.09%
G = 24.07%
B = 43.84%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#705499 (or 0x705499) is known color: Studio. HEX triplet: 70, 54 and 99. RGB value is (112,84,153). Sum of RGB (Red+Green+Blue) = 112+84+153=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #705499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705499 is #8FAB66. Grayscale: #636363. Windows color (decimal): -9415527 or 10048624. OLE color: 10048624.

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

Color convert

RGB 112 84 153 -
CMYK 0.27 0.45 0 0.4
HSL 264.35º 0.29% 0.46% -
HSV(B) 264.35º 0.45% 0.6% -
XYZ 15.6 12.09 31.65 -
YUV 100.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 112 84 153 0.27 0.45 0 0.4 264.35 0.29 0.46
Hex 70 54 99 1B 2D 0 28 108 1D 2E
Octal 160 124 231 33 55 0 50 410 35 56
Binary 1110000 1010100 10011001 11011 101101 0 101000 100001000 11101 101110

Color Harmonies of #705499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705499

Black with #705499

Text Example


Text Example

White with #705499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705499; }

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

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

background-color css

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

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

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

border-color css

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

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

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