Html Css Color HEX #715193 Studio

📋 copy color: '#715193'

red 113 ◦ green 81 ◦ blue 147

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

Shades of Studio #715193

Tints of Studio #715193

RGB

 RED value IS 113 (44.53% from 255) = 33.14%

 GREEN value IS 81 (32.03% from 255) = 23.75%

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 33.14%
G = 23.75%
B = 43.11%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715193 (or 0x715193) is known color: Studio. HEX triplet: 71, 51 and 93. RGB value is (113,81,147). Sum of RGB (Red+Green+Blue) = 113+81+147=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #715193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715193 is #8EAE6C. Grayscale: #616161. Windows color (decimal): -9350765 or 9654641. OLE color: 9654641.

HSL color Cylindrical-coordinate representation of color #715193: hue angle of 269.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #715193 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 81 147 -
CMYK 0.23 0.45 0 0.42
HSL 269.09º 0.29% 0.45% -
HSV(B) 269.09º 0.45% 0.58% -
XYZ 15.02 11.5 29.03 -
YUV 98.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 113 81 147 0.23 0.45 0 0.42 269.09 0.29 0.45
Hex 71 51 93 17 2D 0 2A 10D 1D 2D
Octal 161 121 223 27 55 0 52 415 35 55
Binary 1110001 1010001 10010011 10111 101101 0 101010 100001101 11101 101101

Color Harmonies of #715193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715193

Black with #715193

Text Example


Text Example

White with #715193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715193; }

 p { color: rgb(113,81,147); }

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

background-color css

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

 a { background-color: rgb(113,81,147); }

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

border-color css

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

 span { border-color: rgb(113,81,147); }

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