Html Css Color HEX #715297 Studio

📋 copy color: '#715297'

red 113 ◦ green 82 ◦ blue 151

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

Shades of Studio #715297

Tints of Studio #715297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.64%

R = 32.66%
G = 23.7%
B = 43.64%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#715297 (or 0x715297) is known color: Studio. HEX triplet: 71, 52 and 97. RGB value is (113,82,151). Sum of RGB (Red+Green+Blue) = 113+82+151=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #715297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715297 is #8EAD68. Grayscale: #626262. Windows color (decimal): -9350505 or 9917041. OLE color: 9917041.

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

Color convert

RGB 113 82 151 -
CMYK 0.25 0.46 0 0.41
HSL 266.96º 0.3% 0.46% -
HSV(B) 266.96º 0.46% 0.59% -
XYZ 15.41 11.78 30.74 -
YUV 99.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 113 82 151 0.25 0.46 0 0.41 266.96 0.3 0.46
Hex 71 52 97 19 2E 0 29 10B 1E 2E
Octal 161 122 227 31 56 0 51 413 36 56
Binary 1110001 1010010 10010111 11001 101110 0 101001 100001011 11110 101110

Color Harmonies of #715297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715297

Black with #715297

Text Example


Text Example

White with #715297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715297; }

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

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

background-color css

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

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

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

border-color css

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

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

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