Html Css Color HEX #715095 Studio

📋 copy color: '#715095'

red 113 ◦ green 80 ◦ blue 149

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

Shades of Studio #715095

Tints of Studio #715095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 33.04%
G = 23.39%
B = 43.57%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715095 (or 0x715095) is known color: Studio. HEX triplet: 71, 50 and 95. RGB value is (113,80,149). Sum of RGB (Red+Green+Blue) = 113+80+149=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #715095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715095 is #8EAF6A. Grayscale: #616161. Windows color (decimal): -9351019 or 9785457. OLE color: 9785457.

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

Color convert

RGB 113 80 149 -
CMYK 0.24 0.46 0 0.42
HSL 268.7º 0.3% 0.45% -
HSV(B) 268.7º 0.46% 0.58% -
XYZ 15.1 11.42 29.84 -
YUV 97.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 113 80 149 0.24 0.46 0 0.42 268.7 0.3 0.45
Hex 71 50 95 18 2E 0 2A 10D 1E 2D
Octal 161 120 225 30 56 0 52 415 36 55
Binary 1110001 1010000 10010101 11000 101110 0 101010 100001101 11110 101101

Color Harmonies of #715095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715095

Black with #715095

Text Example


Text Example

White with #715095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715095; }

 p { color: rgb(113,80,149); }

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

background-color css

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

 a { background-color: rgb(113,80,149); }

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

border-color css

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

 span { border-color: rgb(113,80,149); }

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