Html Css Color HEX #715195 Studio

📋 copy color: '#715195'

red 113 ◦ green 81 ◦ blue 149

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

Shades of Studio #715195

Tints of Studio #715195

RGB

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

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

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

R = 32.94%
G = 23.62%
B = 43.44%

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

#715195 (or 0x715195) is known color: Studio. HEX triplet: 71, 51 and 95. RGB value is (113,81,149). Sum of RGB (Red+Green+Blue) = 113+81+149=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #715195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715195 is #8EAE6A. Grayscale: #626262. Windows color (decimal): -9350763 or 9785713. OLE color: 9785713.

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

Color convert

RGB 113 81 149 -
CMYK 0.24 0.46 0 0.42
HSL 268.24º 0.3% 0.45% -
HSV(B) 268.24º 0.46% 0.58% -
XYZ 15.18 11.57 29.87 -
YUV 98.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 113 81 149 0.24 0.46 0 0.42 268.24 0.3 0.45
Hex 71 51 95 18 2E 0 2A 10C 1E 2D
Octal 161 121 225 30 56 0 52 414 36 55
Binary 1110001 1010001 10010101 11000 101110 0 101010 100001100 11110 101101

Color Harmonies of #715195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715195

Black with #715195

Text Example


Text Example

White with #715195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715195; }

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

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

background-color css

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

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

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

border-color css

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

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

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