Html Css Color HEX #715397 Studio

📋 copy color: '#715397'

red 113 ◦ green 83 ◦ blue 151

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

Shades of Studio #715397

Tints of Studio #715397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 32.56%
G = 23.92%
B = 43.52%

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

#715397 (or 0x715397) is known color: Studio. HEX triplet: 71, 53 and 97. RGB value is (113,83,151). Sum of RGB (Red+Green+Blue) = 113+83+151=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #715397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715397 is #8EAC68. Grayscale: #636363. Windows color (decimal): -9350249 or 9917297. OLE color: 9917297.

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

Color convert

RGB 113 83 151 -
CMYK 0.25 0.45 0 0.41
HSL 266.47º 0.29% 0.46% -
HSV(B) 266.47º 0.45% 0.59% -
XYZ 15.49 11.93 30.76 -
YUV 99.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 113 83 151 0.25 0.45 0 0.41 266.47 0.29 0.46
Hex 71 53 97 19 2D 0 29 10A 1D 2E
Octal 161 123 227 31 55 0 51 412 35 56
Binary 1110001 1010011 10010111 11001 101101 0 101001 100001010 11101 101110

Color Harmonies of #715397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715397

Black with #715397

Text Example


Text Example

White with #715397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715397; }

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

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

background-color css

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

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

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

border-color css

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

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

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