#714698

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

Shades of Studio #714698

Tints of Studio #714698

Color information

#714698 (or 0x714698) is unknown color: approx Studio. HEX triplet: 71, 46 and 98. RGB value is (113,70,152). Sum of RGB (Red+Green+Blue) = 113+70+152=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #714698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714698 is #8EB967. Grayscale: #5B5B5B. Windows color (decimal): -9353576 or 9979505. OLE color: 9979505.

HSL color Cylindrical-coordinate representation of color #714698: hue angle of 271.46º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #714698 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11370152-
CMYK0.260.5400.40
HSL271.46º36.94%43.53%-
HSV(B)271.46º53.95%59.61%-
XYZ14.6710.1630.89-
YUV92.2161.75142.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=33.73%
G=20.90%
B=45.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113701520.260.5400.40271.4636.9443.53
Hex7146981A3602810f252c
Octal16110623032660504174554
Binary1110001100011010011000110101101100101000100001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714698; }

 p { color: rgb(113,70,152); }

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

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

 a { background-color: rgb(113,70,152); }

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

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

 span { border-color: rgb(113,70,152); }

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