Html Css Color HEX #715291 Studio

📋 copy color: '#715291'

red 113 ◦ green 82 ◦ blue 145

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

Shades of Studio #715291

Tints of Studio #715291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 33.24%
G = 24.12%
B = 42.65%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#715291 (or 0x715291) is known color: Studio. HEX triplet: 71, 52 and 91. RGB value is (113,82,145). Sum of RGB (Red+Green+Blue) = 113+82+145=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #715291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715291 is #8EAD6E. Grayscale: #626262. Windows color (decimal): -9350511 or 9523825. OLE color: 9523825.

HSL color Cylindrical-coordinate representation of color #715291: hue angle of 269.52º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #715291 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 82 145 -
CMYK 0.22 0.43 0 0.43
HSL 269.52º 0.28% 0.45% -
HSV(B) 269.52º 0.43% 0.57% -
XYZ 14.94 11.59 28.24 -
YUV 98.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 113 82 145 0.22 0.43 0 0.43 269.52 0.28 0.45
Hex 71 52 91 16 2B 0 2B 10E 1C 2D
Octal 161 122 221 26 53 0 53 416 34 55
Binary 1110001 1010010 10010001 10110 101011 0 101011 100001110 11100 101101

Color Harmonies of #715291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715291

Black with #715291

Text Example


Text Example

White with #715291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715291; }

 p { color: rgb(113,82,145); }

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

background-color css

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

 a { background-color: rgb(113,82,145); }

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

border-color css

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

 span { border-color: rgb(113,82,145); }

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