#71618B

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

Shades of Kimberly #71618B

Tints of Kimberly #71618B

Color information

#71618B (or 0x71618B) is unknown color: approx Kimberly. HEX triplet: 71, 61 and 8B. RGB value is (113,97,139). Sum of RGB (Red+Green+Blue) = 113+97+139=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #71618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71618B is #8E9E74. Grayscale: #6A6A6A. Windows color (decimal): -9346677 or 9134449. OLE color: 9134449.

HSL color Cylindrical-coordinate representation of color #71618B: hue angle of 262.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71618B is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11397139-
CMYK0.190.3000.45
HSL262.86º17.8%46.27%-
HSV(B)262.86º30.22%54.51%-
XYZ15.7413.9226.28-
YUV106.57146.3132.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=32.38%
G=27.79%
B=39.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113971390.190.3000.45262.8617.846.27
Hex71618B131E02D107122e
Octal16114121323360554072256
Binary11100011100001100010111001111110010110110000011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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