#714A96

Color #714A96 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #714A96

Tints of Studio #714A96

Color information

#714A96 (or 0x714A96) is unknown color: approx Studio. HEX triplet: 71, 4A and 96. RGB value is (113,74,150). Sum of RGB (Red+Green+Blue) = 113+74+150=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #714A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A96 is #8EB569. Grayscale: #5E5E5E. Windows color (decimal): -9352554 or 9849457. OLE color: 9849457.

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

Color convert

RGB11374150-
CMYK0.250.5100.41
HSL270.79º33.93%43.92%-
HSV(B)270.79º50.67%58.82%-
XYZ14.7610.6130.12-
YUV94.32159.42141.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 150 (58.98% from 255) = 44.51%
R=33.53%
G=21.96%
B=44.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113741500.250.5100.41270.7933.9343.92
Hex714A96193302910f222c
Octal16111222631630514174254
Binary1110001100101010010110110011100110101001100001111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714A96; }

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

 H1.HeaderClassName
 {
   color: #714A96;
 }
 .AnyTagClassName
 {
   color: #714A96;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #714A96;
 }
 .BgClassName
 {
   background-color: #714A96;
 }
</style>
border-color css

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

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

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