#714492

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

Shades of Studio #714492

Tints of Studio #714492

Color information

#714492 (or 0x714492) is unknown color: approx Studio. HEX triplet: 71, 44 and 92. RGB value is (113,68,146). Sum of RGB (Red+Green+Blue) = 113+68+146=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #714492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714492 is #8EBB6D. Grayscale: #5A5A5A. Windows color (decimal): -9354094 or 9585777. OLE color: 9585777.

HSL color Cylindrical-coordinate representation of color #714492: hue angle of 274.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714492 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11368146-
CMYK0.230.5300.43
HSL274.62º36.45%41.96%-
HSV(B)274.62º53.42%57.25%-
XYZ14.079.7228.33-
YUV90.35159.41144.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=34.56%
G=20.80%
B=44.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113681460.230.5300.43274.6236.4541.96
Hex714492173502B113242a
Octal16110422227650534234452
Binary1110001100010010010010101111101010101011100010011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714492; }

 p { color: rgb(113,68,146); }

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

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

 a { background-color: rgb(113,68,146); }

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

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

 span { border-color: rgb(113,68,146); }

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