Html Css Color HEX #715393 Studio

📋 copy color: '#715393'

red 113 ◦ green 83 ◦ blue 147

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

Shades of Studio #715393

Tints of Studio #715393

RGB

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

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

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

R = 32.94%
G = 24.2%
B = 42.86%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715393 (or 0x715393) is known color: Studio. HEX triplet: 71, 53 and 93. RGB value is (113,83,147). Sum of RGB (Red+Green+Blue) = 113+83+147=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #715393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715393 is #8EAC6C. Grayscale: #636363. Windows color (decimal): -9350253 or 9655153. OLE color: 9655153.

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

Color convert

RGB 113 83 147 -
CMYK 0.23 0.44 0 0.42
HSL 268.13º 0.28% 0.45% -
HSV(B) 268.13º 0.44% 0.58% -
XYZ 15.17 11.8 29.08 -
YUV 99.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 113 83 147 0.23 0.44 0 0.42 268.13 0.28 0.45
Hex 71 53 93 17 2C 0 2A 10C 1C 2D
Octal 161 123 223 27 54 0 52 414 34 55
Binary 1110001 1010011 10010011 10111 101100 0 101010 100001100 11100 101101

Color Harmonies of #715393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715393

Black with #715393

Text Example


Text Example

White with #715393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715393; }

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

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

background-color css

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

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

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

border-color css

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

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

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