#71618D

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

Shades of Kimberly #71618D

Tints of Kimberly #71618D

Color information

#71618D (or 0x71618D) is unknown color: approx Kimberly. HEX triplet: 71, 61 and 8D. RGB value is (113,97,141). Sum of RGB (Red+Green+Blue) = 113+97+141=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #71618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71618D is #8E9E72. Grayscale: #6A6A6A. Windows color (decimal): -9346675 or 9265521. OLE color: 9265521.

HSL color Cylindrical-coordinate representation of color #71618D: hue angle of 261.82º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71618D is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11397141-
CMYK0.200.3100.45
HSL261.82º18.49%46.67%-
HSV(B)261.82º31.21%55.29%-
XYZ15.8913.9827.06-
YUV106.8147.3132.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=32.19%
G=27.64%
B=40.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113971410.200.3100.45261.8218.4946.67
Hex71618D141F02D106122f
Octal16114121524370554062257
Binary11100011100001100011011010011111010110110000011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71618D; }

 p { color: rgb(113,97,141); }

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

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

 a { background-color: rgb(113,97,141); }

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

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

 span { border-color: rgb(113,97,141); }

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