#716293

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

Shades of Kimberly #716293

Tints of Kimberly #716293

Color information

#716293 (or 0x716293) is unknown color: approx Kimberly. HEX triplet: 71, 62 and 93. RGB value is (113,98,147). Sum of RGB (Red+Green+Blue) = 113+98+147=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #716293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716293 is #8E9D6C. Grayscale: #6B6B6B. Windows color (decimal): -9346413 or 9658993. OLE color: 9658993.

HSL color Cylindrical-coordinate representation of color #716293: hue angle of 258.37º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716293 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11398147-
CMYK0.230.3300.42
HSL258.37º20%48.04%-
HSV(B)258.37º33.33%57.65%-
XYZ16.4414.3529.51-
YUV108.07149.97131.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=31.56%
G=27.37%
B=41.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113981470.230.3300.42258.372048.04
Hex716293172102A1021430
Octal16114222327410524022460
Binary111000111000101001001110111100001010101010000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716293; }

 p { color: rgb(113,98,147); }

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

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

 a { background-color: rgb(113,98,147); }

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

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

 span { border-color: rgb(113,98,147); }

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