#714499

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

Shades of Studio #714499

Tints of Studio #714499

Color information

#714499 (or 0x714499) is unknown color: approx Studio. HEX triplet: 71, 44 and 99. RGB value is (113,68,153). Sum of RGB (Red+Green+Blue) = 113+68+153=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #714499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714499 is #8EBB66. Grayscale: #5A5A5A. Windows color (decimal): -9354087 or 10044529. OLE color: 10044529.

HSL color Cylindrical-coordinate representation of color #714499: hue angle of 271.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #714499 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11368153-
CMYK0.260.5600.4
HSL271.76º38.46%43.33%-
HSV(B)271.76º55.56%60%-
XYZ14.639.9431.29-
YUV91.15162.91143.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=33.83%
G=20.36%
B=45.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113681530.260.5600.4271.7638.4643.33
Hex7144991A38028110262b
Octal16110423132700504204653
Binary1110001100010010011001110101110000101000100010000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714499; }

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

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

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

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

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

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

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

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