Html Css Color HEX #715194 Studio

📋 copy color: '#715194'

red 113 ◦ green 81 ◦ blue 148

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

Shades of Studio #715194

Tints of Studio #715194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 33.04%
G = 23.68%
B = 43.27%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715194 (or 0x715194) is known color: Studio. HEX triplet: 71, 51 and 94. RGB value is (113,81,148). Sum of RGB (Red+Green+Blue) = 113+81+148=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #715194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715194 is #8EAE6B. Grayscale: #616161. Windows color (decimal): -9350764 or 9720177. OLE color: 9720177.

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

Color convert

RGB 113 81 148 -
CMYK 0.24 0.45 0 0.42
HSL 268.66º 0.29% 0.45% -
HSV(B) 268.66º 0.45% 0.58% -
XYZ 15.1 11.53 29.45 -
YUV 98.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 113 81 148 0.24 0.45 0 0.42 268.66 0.29 0.45
Hex 71 51 94 18 2D 0 2A 10D 1D 2D
Octal 161 121 224 30 55 0 52 415 35 55
Binary 1110001 1010001 10010100 11000 101101 0 101010 100001101 11101 101101

Color Harmonies of #715194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715194

Black with #715194

Text Example


Text Example

White with #715194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715194; }

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

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

background-color css

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

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

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

border-color css

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

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

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