Html Css Color HEX #71618B Kimberly

📋 copy color: '#71618B'

red 113 ◦ green 97 ◦ blue 139

#71618B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #71618B

Tints of Kimberly #71618B

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 value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71618B (or 0x71618B) is known color: 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

RGB 113 97 139 -
CMYK 0.19 0.30 0 0.45
HSL 262.86º 0.18% 0.46% -
HSV(B) 262.86º 0.3% 0.55% -
XYZ 15.74 13.92 26.28 -
YUV 106.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 113 97 139 0.19 0.30 0 0.45 262.86 0.18 0.46
Hex 71 61 8B 13 1E 0 2D 107 12 2E
Octal 161 141 213 23 36 0 55 407 22 56
Binary 1110001 1100001 10001011 10011 11110 0 101101 100000111 10010 101110

Color Harmonies of #71618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71618B

Black with #71618B

Text Example


Text Example

White with #71618B

Text Example


Text Example

HTML Codes & Css Web 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>