#714EAD

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

Shades of Studio #714EAD

Tints of Studio #714EAD

Color information

#714EAD (or 0x714EAD) is unknown color: approx Studio. HEX triplet: 71, 4E and AD. RGB value is (113,78,173). Sum of RGB (Red+Green+Blue) = 113+78+173=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #714EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714EAD is #8EB152. Grayscale: #626262. Windows color (decimal): -9351507 or 11357809. OLE color: 11357809.

HSL color Cylindrical-coordinate representation of color #714EAD: hue angle of 262.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #714EAD is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11378173-
CMYK0.350.5500.32
HSL262.11º37.85%49.22%-
HSV(B)262.11º54.91%67.84%-
XYZ17.0811.9840.95-
YUV99.29169.6137.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=31.04%
G=21.43%
B=47.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113781730.350.5500.32262.1137.8549.22
Hex714EAD23370201062631
Octal16111625543670404064661
Binary11100011001110101011011000111101110100000100000110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,78,173); }

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

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

 a { background-color: rgb(113,78,173); }

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

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

 span { border-color: rgb(113,78,173); }

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