#714DAF

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

Shades of Studio #714DAF

Tints of Studio #714DAF

Color information

#714DAF (or 0x714DAF) is unknown color: approx Studio. HEX triplet: 71, 4D and AF. RGB value is (113,77,175). Sum of RGB (Red+Green+Blue) = 113+77+175=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #714DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714DAF is #8EB250. Grayscale: #626262. Windows color (decimal): -9351761 or 11488625. OLE color: 11488625.

HSL color Cylindrical-coordinate representation of color #714DAF: hue angle of 262.04º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #714DAF is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11377175-
CMYK0.350.5600.31
HSL262.04º38.89%49.41%-
HSV(B)262.04º56%68.63%-
XYZ17.211.9141.95-
YUV98.94170.93138.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 77 (30.47% from 255) = 21.10%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=30.96%
G=21.10%
B=47.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113771750.350.5600.31262.0438.8949.41
Hex714DAF233801F1062731
Octal16111525743700374064761
Binary1110001100110110101111100011111000011111100000110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,77,175); }

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

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

 a { background-color: rgb(113,77,175); }

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

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

 span { border-color: rgb(113,77,175); }

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