#714EB3

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

Shades of Studio #714EB3

Tints of Studio #714EB3

Color information

#714EB3 (or 0x714EB3) is unknown color: approx Studio. HEX triplet: 71, 4E and B3. RGB value is (113,78,179). Sum of RGB (Red+Green+Blue) = 113+78+179=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #714EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EB3 is #8EB14C. Grayscale: #636363. Windows color (decimal): -9351501 or 11751025. OLE color: 11751025.

HSL color Cylindrical-coordinate representation of color #714EB3: hue angle of 260.79º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #714EB3 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11378179-
CMYK0.370.5600.30
HSL260.79º39.92%50.39%-
HSV(B)260.79º56.42%70.2%-
XYZ17.6712.2144.07-
YUV99.98172.6137.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 179 (70.31% from 255) = 48.38%
R=30.54%
G=21.08%
B=48.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113781790.370.5600.30260.7939.9250.39
Hex714EB3253801E1052832
Octal16111626345700364055062
Binary1110001100111010110011100101111000011110100000101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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