Html Css Color HEX #705398 Studio

📋 copy color: '#705398'

red 112 ◦ green 83 ◦ blue 152

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

Shades of Studio #705398

Tints of Studio #705398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 32.28%
G = 23.92%
B = 43.8%

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

#705398 (or 0x705398) is known color: Studio. HEX triplet: 70, 53 and 98. RGB value is (112,83,152). Sum of RGB (Red+Green+Blue) = 112+83+152=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #705398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705398 is #8FAC67. Grayscale: #636363. Windows color (decimal): -9415784 or 9982832. OLE color: 9982832.

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

Color convert

RGB 112 83 152 -
CMYK 0.26 0.45 0 0.40
HSL 265.22º 0.29% 0.46% -
HSV(B) 265.22º 0.45% 0.6% -
XYZ 15.44 11.9 31.19 -
YUV 99.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 112 83 152 0.26 0.45 0 0.40 265.22 0.29 0.46
Hex 70 53 98 1A 2D 0 28 109 1D 2E
Octal 160 123 230 32 55 0 50 411 35 56
Binary 1110000 1010011 10011000 11010 101101 0 101000 100001001 11101 101110

Color Harmonies of #705398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705398

Black with #705398

Text Example


Text Example

White with #705398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705398; }

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

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

background-color css

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

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

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

border-color css

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

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

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