Html Css Color HEX #715295 Studio

📋 copy color: '#715295'

red 113 ◦ green 82 ◦ blue 149

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

Shades of Studio #715295

Tints of Studio #715295

RGB

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

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

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

R = 32.85%
G = 23.84%
B = 43.31%

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

#715295 (or 0x715295) is known color: Studio. HEX triplet: 71, 52 and 95. RGB value is (113,82,149). Sum of RGB (Red+Green+Blue) = 113+82+149=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #715295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715295 is #8EAD6A. Grayscale: #626262. Windows color (decimal): -9350507 or 9785969. OLE color: 9785969.

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

Color convert

RGB 113 82 149 -
CMYK 0.24 0.45 0 0.42
HSL 267.76º 0.29% 0.45% -
HSV(B) 267.76º 0.45% 0.58% -
XYZ 15.25 11.72 29.89 -
YUV 98.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 113 82 149 0.24 0.45 0 0.42 267.76 0.29 0.45
Hex 71 52 95 18 2D 0 2A 10C 1D 2D
Octal 161 122 225 30 55 0 52 414 35 55
Binary 1110001 1010010 10010101 11000 101101 0 101010 100001100 11101 101101

Color Harmonies of #715295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715295

Black with #715295

Text Example


Text Example

White with #715295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715295; }

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

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

background-color css

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

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

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

border-color css

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

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

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