Html Css Color HEX #715597 Studio

📋 copy color: '#715597'

red 113 ◦ green 85 ◦ blue 151

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

Shades of Studio #715597

Tints of Studio #715597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

 BLUE value IS 151 (59.38% from 255) = 43.27%

R = 32.38%
G = 24.36%
B = 43.27%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#715597 (or 0x715597) is known color: Studio. HEX triplet: 71, 55 and 97. RGB value is (113,85,151). Sum of RGB (Red+Green+Blue) = 113+85+151=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #715597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715597 is #8EAA68. Grayscale: #646464. Windows color (decimal): -9349737 or 9917809. OLE color: 9917809.

HSL color Cylindrical-coordinate representation of color #715597: hue angle of 265.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715597 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 85 151 -
CMYK 0.25 0.44 0 0.41
HSL 265.45º 0.28% 0.46% -
HSV(B) 265.45º 0.44% 0.59% -
XYZ 15.64 12.24 30.82 -
YUV 100.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 113 85 151 0.25 0.44 0 0.41 265.45 0.28 0.46
Hex 71 55 97 19 2C 0 29 109 1C 2E
Octal 161 125 227 31 54 0 51 411 34 56
Binary 1110001 1010101 10010111 11001 101100 0 101001 100001001 11100 101110

Color Harmonies of #715597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715597

Black with #715597

Text Example


Text Example

White with #715597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715597; }

 p { color: rgb(113,85,151); }

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

background-color css

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

 a { background-color: rgb(113,85,151); }

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

border-color css

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

 span { border-color: rgb(113,85,151); }

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