Html Css Color HEX #705498 Studio

📋 copy color: '#705498'

red 112 ◦ green 84 ◦ blue 152

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

Shades of Studio #705498

Tints of Studio #705498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 32.18%
G = 24.14%
B = 43.68%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#705498 (or 0x705498) is known color: Studio. HEX triplet: 70, 54 and 98. RGB value is (112,84,152). Sum of RGB (Red+Green+Blue) = 112+84+152=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #705498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705498 is #8FAB67. Grayscale: #636363. Windows color (decimal): -9415528 or 9983088. OLE color: 9983088.

HSL color Cylindrical-coordinate representation of color #705498: hue angle of 264.71º 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 #705498 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 84 152 -
CMYK 0.26 0.45 0 0.40
HSL 264.71º 0.29% 0.46% -
HSV(B) 264.71º 0.45% 0.6% -
XYZ 15.52 12.05 31.21 -
YUV 100.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 112 84 152 0.26 0.45 0 0.40 264.71 0.29 0.46
Hex 70 54 98 1A 2D 0 28 109 1D 2E
Octal 160 124 230 32 55 0 50 411 35 56
Binary 1110000 1010100 10011000 11010 101101 0 101000 100001001 11101 101110

Color Harmonies of #705498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705498

Black with #705498

Text Example


Text Example

White with #705498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705498; }

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

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

background-color css

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

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

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

border-color css

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

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

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