Html Css Color HEX #715296 Studio

📋 copy color: '#715296'

red 113 ◦ green 82 ◦ blue 150

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

Shades of Studio #715296

Tints of Studio #715296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.48%

R = 32.75%
G = 23.77%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#715296 (or 0x715296) is known color: Studio. HEX triplet: 71, 52 and 96. RGB value is (113,82,150). Sum of RGB (Red+Green+Blue) = 113+82+150=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #715296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715296 is #8EAD69. Grayscale: #626262. Windows color (decimal): -9350506 or 9851505. OLE color: 9851505.

HSL color Cylindrical-coordinate representation of color #715296: hue angle of 267.35º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #715296 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 82 150 -
CMYK 0.25 0.45 0 0.41
HSL 267.35º 0.29% 0.45% -
HSV(B) 267.35º 0.45% 0.59% -
XYZ 15.33 11.75 30.31 -
YUV 99.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 113 82 150 0.25 0.45 0 0.41 267.35 0.29 0.45
Hex 71 52 96 19 2D 0 29 10B 1D 2D
Octal 161 122 226 31 55 0 51 413 35 55
Binary 1110001 1010010 10010110 11001 101101 0 101001 100001011 11101 101101

Color Harmonies of #715296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715296

Black with #715296

Text Example


Text Example

White with #715296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715296; }

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

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

background-color css

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

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

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

border-color css

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

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

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