#714995

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

Shades of Studio #714995

Tints of Studio #714995

Color information

#714995 (or 0x714995) is unknown color: approx Studio. HEX triplet: 71, 49 and 95. RGB value is (113,73,149). Sum of RGB (Red+Green+Blue) = 113+73+149=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #714995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714995 is #8EB66A. Grayscale: #5D5D5D. Windows color (decimal): -9352811 or 9783665. OLE color: 9783665.

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

Color convert

RGB11373149-
CMYK0.240.5100.42
HSL271.58º34.23%43.53%-
HSV(B)271.58º51.01%58.43%-
XYZ14.6210.4529.68-
YUV93.62159.25141.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=33.73%
G=21.79%
B=44.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113731490.240.5100.42271.5834.2343.53
Hex714995183302A110222c
Octal16111122530630524204254
Binary1110001100100110010101110001100110101010100010000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714995; }

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

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

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

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

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

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

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

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