Html Css Color HEX #715496 Studio

📋 copy color: '#715496'

red 113 ◦ green 84 ◦ blue 150

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

Shades of Studio #715496

Tints of Studio #715496

RGB

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

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

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

R = 32.56%
G = 24.21%
B = 43.23%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#715496 (or 0x715496) is known color: Studio. HEX triplet: 71, 54 and 96. RGB value is (113,84,150). Sum of RGB (Red+Green+Blue) = 113+84+150=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #715496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715496 is #8EAB69. Grayscale: #636363. Windows color (decimal): -9349994 or 9852017. OLE color: 9852017.

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

Color convert

RGB 113 84 150 -
CMYK 0.25 0.44 0 0.41
HSL 266.36º 0.28% 0.46% -
HSV(B) 266.36º 0.44% 0.59% -
XYZ 15.49 12.05 30.36 -
YUV 100.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 113 84 150 0.25 0.44 0 0.41 266.36 0.28 0.46
Hex 71 54 96 19 2C 0 29 10A 1C 2E
Octal 161 124 226 31 54 0 51 412 34 56
Binary 1110001 1010100 10010110 11001 101100 0 101001 100001010 11100 101110

Color Harmonies of #715496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715496

Black with #715496

Text Example


Text Example

White with #715496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715496; }

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

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

background-color css

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

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

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

border-color css

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

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

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