#714596

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

Shades of Studio #714596

Tints of Studio #714596

Color information

#714596 (or 0x714596) is unknown color: approx Studio. HEX triplet: 71, 45 and 96. RGB value is (113,69,150). Sum of RGB (Red+Green+Blue) = 113+69+150=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #714596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714596 is #8EBA69. Grayscale: #5B5B5B. Windows color (decimal): -9353834 or 9848177. OLE color: 9848177.

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

Color convert

RGB11369150-
CMYK0.250.5400.41
HSL272.59º36.99%42.94%-
HSV(B)272.59º54%58.82%-
XYZ14.449.9730.02-
YUV91.39161.08143.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=34.04%
G=20.78%
B=45.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113691500.250.5400.41272.5936.9942.94
Hex7145961936029111252b
Octal16110522631660514214553
Binary1110001100010110010110110011101100101001100010001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714596; }

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

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

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

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

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

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

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

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