#714DAC

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

Shades of Studio #714DAC

Tints of Studio #714DAC

Color information

#714DAC (or 0x714DAC) is unknown color: approx Studio. HEX triplet: 71, 4D and AC. RGB value is (113,77,172). Sum of RGB (Red+Green+Blue) = 113+77+172=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #714DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714DAC is #8EB253. Grayscale: #626262. Windows color (decimal): -9351764 or 11292017. OLE color: 11292017.

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

Color convert

RGB11377172-
CMYK0.340.5500.33
HSL262.74º38.15%48.82%-
HSV(B)262.74º55.23%67.45%-
XYZ16.9111.840.42-
YUV98.59169.43138.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 77 (30.47% from 255) = 21.27%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=31.22%
G=21.27%
B=47.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113771720.340.5500.33262.7438.1548.82
Hex714DAC22370211072631
Octal16111525442670414074661
Binary11100011001101101011001000101101110100001100000111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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