Html Css Color HEX #715495 Studio

📋 copy color: '#715495'

red 113 ◦ green 84 ◦ blue 149

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

Shades of Studio #715495

Tints of Studio #715495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 32.66%
G = 24.28%
B = 43.06%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715495 (or 0x715495) is known color: Studio. HEX triplet: 71, 54 and 95. RGB value is (113,84,149). Sum of RGB (Red+Green+Blue) = 113+84+149=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #715495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715495 is #8EAB6A. Grayscale: #636363. Windows color (decimal): -9349995 or 9786481. OLE color: 9786481.

HSL color Cylindrical-coordinate representation of color #715495: hue angle of 266.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715495 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 84 149 -
CMYK 0.24 0.44 0 0.42
HSL 266.77º 0.28% 0.46% -
HSV(B) 266.77º 0.44% 0.58% -
XYZ 15.41 12.02 29.94 -
YUV 100.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 113 84 149 0.24 0.44 0 0.42 266.77 0.28 0.46
Hex 71 54 95 18 2C 0 2A 10B 1C 2E
Octal 161 124 225 30 54 0 52 413 34 56
Binary 1110001 1010100 10010101 11000 101100 0 101010 100001011 11100 101110

Color Harmonies of #715495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715495

Black with #715495

Text Example


Text Example

White with #715495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715495; }

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

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

background-color css

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

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

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

border-color css

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

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

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